Open Access
19 December 2019 Video compression to support the expansion of whole-slide imaging into cytology
Mark D. Zarella, Jennifer Jakubowski
Author Affiliations +
Abstract

Digital screening and diagnosis from cytology slides can be aided by capturing multiple focal planes. However, using conventional methods, the large file sizes of high-resolution whole-slide images increase linearly with the number of focal planes acquired, leading to significant data storage and bandwidth requirements for the efficient storage and transfer of cytology virtual slides. We investigated whether a sequence of focal planes contained sufficient redundancy to efficiently compress virtual slides across focal planes by applying a commonly available video compression standard, high-efficiency video coding (HEVC). By developing an adaptive algorithm that applied compression to achieve a target image quality, we found that the compression ratio of HEVC exceeded that obtained using JPEG and JPEG2000 compression while maintaining a comparable level of image quality. These results suggest an alternative method for the efficient storage and transfer of whole-slide images that contain multiple focal planes, expanding the utility of this rapidly evolving imaging technology into cytology.

1.

Introduction

Whole-slide imaging (WSI) refers to the process of digitizing glass slides at high resolutions, supporting digital workflows in pathology and providing the first necessary step for automation, digital consultation, and archival, and the application of emerging technologies in artificial intelligence to “virtual slides” of histologic tissue.13 However, even following recent FDA clearance of WSI for primary diagnosis,4 adoption of WSI has been slow due to a number of factors, including the potentially massive storage and bandwidth costs associated with storing, retrieving, and viewing virtual slides. Although conservative data retention policies or selective scanning can help institutions overcome these barriers, collecting images that require scanning at multiple focal planes (or z-stacking) still represents a technical challenge for many laboratories, despite potentially significant diagnostic gains.5

Modern WSI scanners often support z-stack scanning, but the storage requirements are typically an order of magnitude greater than for single-plane scans. As laboratories begin to rely on their image management needs being met by networked servers or the cloud, this also introduces the issue of increased bandwidth requirements to support z-stacking for live WSI viewing. Since current guidelines for single-plane virtual slides recommend a minimum of 1  Gb/s network speeds,4 additional networking infrastructure may need to be considered for viewing large z-stack virtual slides at high resolutions. Therefore, alternative methods to reduce the data storage and bandwidth burden must be explored to mitigate some of the costs associated with the expansion of WSI into areas such as cytology that benefit from multiple focal planes captured for each slide. Methods have been developed that include selectively sampling and storing the single focal plane from a z-stack that contains the most in-focus material,6 but this approach carries the risk that important information is discarded, especially in spatial regions where multiple focal planes carry important information (e.g., overlapping cells or structures).

We explored whether the inherent redundancy observed across focal planes in virtual slides7 could be harnessed to support a strategy to compress images across focal planes. Noting that video compression faces a similar redundancy, where a series of video frames are often similar to one another and usually compressed using a strategy that accounts for redundancy across frames, we turned to an open source and industry-standard video compression algorithm. The high-efficiency video coding (HEVC) video standard is designed to represent video frames in a reduced form; a key frame (I-frame) is identified in a series of video frames and encoded at a relatively high bitrate, and unidirectional or bidirectional information from the series of video frames is then used to compress subsequent frames at lower bitrates (P-frames and B-frames, respectively).8 By converting z-stacks of cytology images into video frames and storing the entire z-stack as a single HEVC file, we examined whether this approach could represent an alternative that improved compression ratios while preserving the original image content.

2.

Methods

2.1.

Slide Selection

We retrospectively analyzed three ThinPrep (Hologic, Inc.), three SurePath (Becton, Dickinson and Company), and three conventional smear slides obtained as part of the clinical activities of the Department of Pathology. Slides were randomly selected by an honest broker and delivered to the investigators in a deidentified fashion. The experimental protocol was considered exempt by the Drexel University Institutional Review Board under exemption #4.

2.2.

Whole-Slide Scanning

Slides were scanned at 0.23  μm/pixel using the Hamamatsu Nanozoomer S210 whole-slide scanner (Hamamatsu Corporation, Bridgewater, New Jersey), considered by the manufacturer equivalent to ×40magnification. All analyses were performed on the full-resolution images except where otherwise indicated. Ten focal planes were captured in 2  μm increments centered on a plane determined by the whole-slide scanner following the selection of 20 focus points positioned across the slide. Each slide was saved as an 8-bit-per-channel file stored in an image pyramid with downsample factors of 1, 4, 16, and 64. The scanner required the use of JPEG compression by default, but this was applied at the highest quality factor (QF) available (QF=0.99). As shown in Sec. 5 Appendix A, compression of ×40 histology images at QF=0.99 only negligibly altered their quality and did not appreciably impact downstream measurements.

2.3.

Image Analysis

We used the Bioformats Library9 to load images and MATLAB (Mathworks, Natick, Massachusetts) to perform image processing and analysis. We analyzed a 1.5  mm×1.5  mm region from each slide to ensure analysis was applied only to regions that contained material. We analyzed regions in their entirety, not further dividing images into tiles. To compare the pixelwise similarity between images before and after compression, we used the structural similarity index (SSIM),10 a metric designed to take perceptual factors into account and which has previously been used to characterize the impact of compression on image quality.1113

2.4.

Video Encoding

We used HEVC compression8 as the basis for the video compression scheme described, relying on the x265  algorithm (MulticoreWare, San Jose, California) running within an open source video manipulation tool (ffmpeg). Since this algorithm depends on a sequence of video frames as input, we first extracted individual focal planes from the whole-slide image and saved each frame as a separate image file compressed in a lossless fashion. Since the lossless conversion was only an intermediate step to ensure compatibility with ffmpeg, we do not further consider it here. We passed the following optional parameters to the x265  algorithm: preset = slow, tuning = ssim, qcomp = 1.0, b-frame-bias = 100. These parameters ensured that frames 2 to 9 would consist solely of B-frames, thereby instructing the algorithm to use the entire set of frames as a data reference to provide optimal compression efficiency. The quality of the encode was controlled by passing a bitrate control parameter (CRF: constant rate factor) that adjusted the overall bitrate of the file.

2.5.

Adaptive Compression

We tested three compression schemes: JPEG, JPEG 2000 (denoted JP2), and HEVC video compression. JPEG and JP2 compression were performed within MATLAB using the imwrite function. For JPEG compression, we tested QF values of 0.60, 0.70 (the default setting for our scanner), and 0.80, in which higher values indicate higher preservation of image quality but also larger file sizes. To appropriately compare the three compression schemes, we applied an adaptive compression algorithm to JP2 and HEVC to derive the quality setting necessary to achieve the same SSIM value as the corresponding JPEG compressed image. This was accomplished by applying an optimization algorithm using golden-section search that iteratively adjusted the JP2 or HEVC quality setting to achieve an SSIM value within 0.001 of the corresponding JPEG-compressed SSIM value. The lower and upper bounds for the optimization function were set to compression ratio values of 1 and 600, respectively, for JP2, and CRF values of 10 and 60, respectively, for HEVC. None of the analyses arrived at local minima at the boundaries.

2.6.

Compression Ratio

Compression ratio was defined as the ratio between the file size of the raw image (without compression) and the file size of the image following the compression method under test. For JPEG and JP2 compression ratio measurements, we summed the file sizes of the individually encoded focal planes. For HEVC compression ratio measurements, we used the size of the video file created. We note that metadata is typically stored within whole-slide image files, but this alters file size by a negligible amount.1

3.

Results

3.1.

Video Compression as a Method to Compress Images Across Focal Planes

We scanned a total of nine cytology slides at 10 focal planes spanning 18  μm in 2  μm increments, values similar to those used in previous studies.1416 A representative virtual slide is shown in Fig. 1 at three levels of magnification. The scanning regions of virtual slides varied considerably, ranging from 186 to 529  mm2 in size (Table 1), and using JPEG compression was associated with file sizes estimated to be between 3.6 and 9.8 GB each. Images were similar across focal planes, although some cells were in focus only at superficial focal planes while others (often overlapping) came into focus at deeper focal planes [Fig. 1(b)].

Fig. 1

(a) A representative virtual slide is shown at ×0.625 and ×5 magnification (left to right). Scale bar: 1 mm. (b) The region shown in the box in (a) at ×40 magnification at three different focal planes spanning 12  μm, each separated by 6  μm. The schematic at the top left of each image indicates the relative position of the focal plane.

JMI_6_4_047502_f001.png

Table 1

Effect of JPEG, JP2, HEVC intraframe (HEVC IF), and HEVC interframe compression on each file tested. A representative 1.5×1.5  mm region was selected to compute compression ratio. The compression ratio achieved using JPEG QF=0.80 compression is shown. For JP2, HEVC IF, and HEVC, the compression ratios achieved by matching the SSIM to that produced by JPEG compression reveal more efficient compression.

TypeScan area (mm2)Uncompressed size (GB)JPEG compression ratioJP2 compression ratioHEVC (IF) compression ratioHEVC compression ratio
1Conventional49030731.458.778.491.4
2Conventional29218330.679.765.998.6
3Conventional50431638.7110.4114.2142.3
4ThinPrep52933238.0107.0111.3165.4
5ThinPrep51532343.1126.1210.3262.0
6ThinPrep52933236.079.698.4131.1
7SurePath18611632.181.671.184.6
8SurePath19812430.378.666.690.8
9SurePath18611630.185.466.681.0

Given the substantial redundancy in image information across focal planes, we reasoned that a compression method that represents multiple similar image instances in a reduced form may be suited to reduce the large file sizes associated with z-stack whole-slide images. We turned to a popular video compression standard, HEVC, to test whether an alternative representation can be adopted to reduce file sizes without visually impacting image quality. We converted images acquired at different focal planes into video frames and applied video compression to these frames using the x265  algorithm. HEVC compression resulted in a reduction of file size by a factor of 2.6 to 6.1 (median: 3.6) in comparison to standard JPEG compression, and by a factor of 1.0 to 2.1 (median: 1.4) in comparison to JP2 compression (Table 1). We converted the video file back to its constituent focal planes in a lossless fashion to compare the differences between the original image [Fig. 2(b)], the HEVC compressed image [Fig. 2(c)], and for a comparative reference, the JPEG compressed image [Fig. 2(a)].

Fig. 2

Representative image shown at high power (scale bar: 50  μm) following (a) JPEG (QF=0.70) compression or (c) HEVC compression. (b) The source image is shown for comparison. The SSIM values for the JPEG and HEVC compressed images were equal.

JMI_6_4_047502_f002.png

The observed improvement in compression efficiency using HEVC is assumed to be accomplished by harnessing the redundancy across focal planes. However, HEVC also utilizes a modern compression algorithm that may also contribute to the improvement in compression ratio on an intraframe basis. We also measured the compression ratio of single frames using intraframe HEVC to determine whether the improvement in compression efficiency was due primarily to intrinsic improvements in HEVC image encoding or the interframe relationships. We found that HEVC in intraframe mode usually performed at approximately the same level as JP2 (Table 1). These results are in contrast to the observation that encoding multiple focal planes with HEVC generally outperformed JP2, suggesting that HEVC achieved improved performance by efficiently encoding the redundancy across multiple focal planes.

3.2.

Compression Performance Among Multiple Quality Settings

We used SSIM to quantify image quality following compression and compared the compression ratios that were produced by each algorithm when the same SSIM value was reached. We established SSIM values for each image following JPEG compression at QF=0.60 (low), QF=0.70 (medium), or QF=0.80 (high) settings. The mean compression ratios achieved by HEVC and JP2 compression were significantly greater than JPEG (Fig. 3) for all quality settings tested (p<0.01, Wilcoxon sign rank test). Furthermore, HEVC achieved significantly higher compression ratios than JP2 for all quality settings tested (p<0.01, Wilcoxon sign rank test).

Fig. 3

JPEG, JP2, and HEVC compression were applied at three settings, corresponding to JPEG QF=0.60 (low, orange), QF=0.70 (medium, green), and QF=0.80 (high, blue). The quality settings for JP2 and HEVC were selected so that the compressed image achieved the same SSIM as the corresponding JPEG compressed image. Shown are mean compression ratios calculated from all nine slides along with standard error.

JMI_6_4_047502_f003.png

3.3.

Impact of Range and Number of Frames on Compression Performance

To examine the performance of HEVC compression for different z-stack configurations, we measured compression ratio while varying the number of focal planes compressed. Holding the focal plane spacing constant at 2  μm, we tested configurations with 4, 6, 8, and 10 frames [Fig. 4(a)] and found that compression ratio increased when fewer frames were compressed [Fig. 4(b)]. However, by keeping the focal plane spacing constant, this also carried with it a decrease in the spatial range over which images were compressed. When we compressed four frames with plane spacings of 6  μm, the compression ratio remained high (Fig. 4, dark bar), suggesting that the number of frames compressed may be the dominant factor dictating the compression efficiency of HEVC.

Fig. 4

(a) Schematic showing the frame (top) and range (bottom) tests. Columns represent the 10 sequential focal planes; rows represent the conditions tested. The number of focal planes compressed (top) or focal plane range (bottom) were independently modulated by including only the focal planes denoted by yellow boxes. (b) HEVC compression ratio increased when only four focal planes were compressed. Each value was normalized by the 10-frame compression ratio (light bar). HEVC compression ratio was compared when four focal planes were captured spanning 8  μm with the same number of planes spanning 18  μm (dark bar).

JMI_6_4_047502_f004.png

3.4.

Multiscale Representation

We tested whether compression ratio and image quality were influenced by the magnification at which the compression was applied. We applied compression to ×40, ×10, and ×2.5 magnifications and found that JPEG and JP2 compression exhibited a reduction in compression ratio with lower magnifications. HEVC, on the other hand, maintained a high compression ratio at 0.23 and 3.7  μm/pixel (×40 and ×2.5, respectively), although exhibited a reduction in compression ratio at an intermediate resolution (Fig. 5). These results suggest that the improvement in compression ratio observed in this study using HEVC may be even more pronounced for lower resolution scanning than we report at ×40.

Fig. 5

The mean compression ratio achieved using each compression algorithm generating SSIM values matching JPEG (QF=0.80). All tests were applied to 10-frame z-stacks downsampled at a factor of 4 (×10) or 16 (×2.5) using bicubic interpolation. Error bars: standard error.

JMI_6_4_047502_f005.png

4.

Conclusions

4.1.

Video Compression as a Viable Alternative to Conventional Methods

We demonstrated that HEVC compression can be applied as a viable alternative to conventional storage methods to reduce file sizes of z-stack images without sacrificing image quality. For 10-frame z-stacks, file sizes were reduced by a factor of over three compared to standard JPEG compression. Although we focused specifically on cytology slides, we expect that the results apply to a number of other applications where z-stacking is useful. Notably, JP2 compression also achieved high compression ratios; in two of the nine slides, JP2 compression exhibited similar performance to HEVC, suggesting that JP2 compression may be an appropriate alternative for a subset of cases. However, when we examined the compression ratio at lower resolutions or fewer number of frames, HEVC efficiency increased while JP2 did not.

We assumed that the improvement in compression that we observed with HEVC is due to efficiency resulting from interframe compression, a factor that the standard JPEG and JP2 algorithms did not exploit. However, it remains possible that HEVC benefits from a more efficient single-frame compression performance. We tested this possibility by compressing single frames using the x265  algorithm in intraframe mode and found that while compression performance was indeed superior to JPEG, it was inferior to HEVC in all images tested. These results imply that HEVC intraframe improvement is partially responsible for the efficiency gains noted versus JPEG, but that interframe compression was necessary to achieve the additional improvement that enabled HEVC to outperform JP2 in this study.

Although HEVC generally outperformed JPEG and JP2 when all 10 frames were compressed, the improvement appeared to be greatest when only four frames were compressed, regardless of the focal plane spacing. Since we forced all but the first frame to be a highly compressed B- or P-frame, our observations may be due to having a suboptimal number of key frames in the video stream. Further research may be warranted to find the optimal set of algorithm tuning parameters for this unique application.

4.2.

Perceptual Impact of Compression

Several studies have examined the effects of image compression on whole-slide image interpretation. For instance, using a two alternative forced choice (2AFC) test, Johnson et al.11 demonstrated that pathologists are sensitive to even minute differences between images when they are presented on the screen together, and that the threshold of detection corresponded to JP2 compression ratios as low as 7.17 In comparison, in this study, JP2 at the highest quality setting tested produced compression ratios of 50–130, suggesting that the use of standard WSI scanner settings may potentially introduce visually discriminable compression artifacts. However, it should be noted that the carefully controlled 2AFC test employed by Johnson et al. introduced significant artifice; pathologists are rarely faced with the task of comparing nearly identical images side-by-side in a controlled setting with the intent to determine whether differences exist. This task can often be accomplished by comparing pixelwise differences, which are not typically accessible in standard viewing conditions. Furthermore, it is not clear from their study that the differences detected by pathologists had an impact on perceived quality or that it influenced diagnostic accuracy. Further research is needed to determine how much image compression can be tolerated before diagnosis is potentially impacted.

4.3.

Proposed Workflow and Pipeline

The compression method we describe requires considerable encoding and decoding time to transform a virtual slide into a video and then back again into a viewable image. Nevertheless, we do not expect that this is an impediment for modern computer systems. First, the video codec we used is commonly employed in high definition video playback and runs seamlessly on most modern desktop computers, laptop computers, and tablets. Second, we previously showed that virtual slide viewing is typically a much more disk- and network-intensive process than a CPU-intensive process,18 and therefore most computers will likely have the available resources to additionally decode and render images stored in even a computationally complex format. Third, for network installations in which bandwidth is not a significant limitation, decoding can occur on the server side and the images can be delivered to the local computer in a standard fashion. Although the third option would not necessarily achieve the improvements in bandwidth offered by HEVC, reductions in storage size would still be realized. Regardless of approach, WSI viewers may benefit from predictive prefetching to mitigate some of the computational demands associated with more complex encoding/decoding schemes.

We suggest that the proposed compression strategy can be employed in two ways. First, upon image capture, z-stacks can immediately be compressed using the HEVC codec (either by the WSI scanner software or on the server side) and permanently stored in this format. Image viewers can then be adapted to retrieve and render this file format, or image management systems can be adapted to decode the HEVC-encoded file prior to delivering it to the image viewer. Alternatively, a tiered model can be employed where images are captured using conventional compression methods at high-quality settings and HEVC compression can later be deployed as part of an archival strategy. If archived image data are infrequently accessed or used only for research rather than slide viewing, then the image viewer would not necessarily have to be adapted to handle this new format.

We envision HEVC being applied in practice in one of two ways. One way is to simply use a CRF to encode z-stacks guided by some expectation of the quality produced by the selected value. The second way is to use the adaptive algorithm to achieve a target SSIM. At present, most users do not routinely measure SSIM values and instead simply use a recommended JPEG (or JPEG2000) QF setting, even though a constant setting can produce vastly different SSIM values across images. However, as labs begin using WSI on a broader scale and the concern for storage space continues to be an impediment, device vendors may elect to incorporate “smarter” automated methods in their product offerings.

4.4.

Conclusion

Despite the many recent advances in the area of digital pathology, adoption is still hindered by a number of cost and reimbursement considerations. Nevertheless, WSI continues to expand its footprint in pathology, and cost-effective data management becomes a critical factor to support the storage, backup, and bandwidth limitations that many laboratories face. Although a number of methods can be employed to reduce the data burden for laboratories, including implementing data retention policies that purge older cases or selectively scanning only certain slides, image compression represents an alternative approach that enables laboratories to scan and retain more slides. Continued progress in this area will present significant cost savings to laboratories that may currently view storage costs as the major impediment to adoption of WSI.

5.

Appendix A: the Impact of an Initial JPEG Compression Step

5.1.

JPEG QF = 0.99 Compression Does Not Appreciably Alter Compression Ratio Measurements

The effect of applying JPEG compression to histologic images was examined in additional detail by acquiring four raw images of histologic tissue from a QImaging MicroPublisher 5.0 RTV camera attached to an Olympus BX40 microscope and captured using a ×40 objective. Images were compressed in a lossless fashion upon acquisition, enabling restoration of the raw uncompressed image which served as the reference image for all SSIM comparisons. The SSIM was measured following JPEG compression of the reference image with QF=0.70. Subsequently, an adaptive algorithm was applied to measure the compression ratio achieved using JP2 or HEVC-IF compression of the reference image that produced the same SSIM as JPEG compression (Table 2, second and third columns, respectively). As expected, JP2 and HEVC-IF achieved higher compression ratios for all four images.

Table 2

Compression ratios achieved with (right columns) and without (left columns) an initial round of JPEG compression (QF=0.99) first applied. JPEG, JP2, and HEVC intraframe (IF) compression were applied to only a single image. Using an adaptive algorithm, the SSIM value for each row was held constant and determined by the SSIM produced by applying JPEG QF=0.70 compression to the raw image. The introduction of an initial JPEG QF=0.99 round reduced compression ratios by a value much lower than the differences across compression formats. HEVC compression of the single frame typically produced compression ratios that were higher than JPEG but often lower than JP2.

FileSSIMRawJPEG (QF=.99)
JPEGJP2HEVC (IF)JPEGJP2HEVC (IF)
10.97731.797.284.530.992.681.5
20.96132.398.195.830.392.489.3
30.98320.234.523.419.934.522.1
40.97614.119.812.613.919.612.1

We assessed the extent to which an initial JPEG compression step at the highest available QF degraded image quality. Following JPEG (QF=0.99) compression of the reference image, we again compressed the image using either JPEG compression, JP2 compression, or HEVC-IF compression in an adaptive manner to achieve the same SSIM originally obtained using JPEG compression alone (QF=0.70). The compression ratio of an image with the equivalent SSIM was reduced by a negligible amount following an initial JPEG (QF=0.99) compression step (Table 2, right columns in comparison to left columns). The slight reduction in the compression ratio that we observed was due to the increase in QF necessary to achieve an equivalent SSIM. Nevertheless, this increase was much smaller than the differences in compression ratio observed using the compression algorithms under test in this study. Therefore, the results imply that the presence of an intermediate JPEG QF=0.99 compression step did not appreciably alter the compression ratio measurements in this study.

Disclosures

The research was supported by NIH Grant No. R01-EB-017226 and collaboration with Siemens Healthineers.

References

1. 

M. D. Zarella et al., “A practical guide to whole slide imaging: a white paper from the digital pathology association,” Arch. Pathol. Lab. Med., 143 (2), 222 –234 (2019). https://doi.org/10.5858/arpa.2018-0343-RA APLMAS 0003-9985 Google Scholar

2. 

A. B. Farris et al., “Whole slide imaging for analytical anatomic pathology and telepathology: practical applications today, promises, and perils,” Arch. Pathol. Lab. Med., 141 (4), 542 –550 (2017). https://doi.org/10.5858/arpa.2016-0265-SA APLMAS 0003-9985 Google Scholar

3. 

J. Ho et al., “Use of whole slide imaging in surgical pathology quality assurance: design and pilot validation studies,” Hum. Pathol., 37 (3), 322 –331 (2006). https://doi.org/10.1016/j.humpath.2005.11.005 HPCQA4 0046-8177 Google Scholar

4. 

A. J. Evans et al., “US Food and Drug Administration approval of whole slide imaging for primary diagnosis: a key milestone is reached and new questions are raised,” Arch. Pathol. Lab. Med., 142 (11), 1383 –1387 (2018). https://doi.org/10.5858/arpa.2017-0496-CP APLMAS 0003-9985 Google Scholar

5. 

A. Mosquera-Zamudio et al., “Advantage of z-stacking for teleconsultation between the USA and Colombia,” Diagn. Cytopathol., 47 (1), 35 –40 (2019). https://doi.org/10.1002/dc.23992 DICYE7 1097-0339 Google Scholar

6. 

B. Lahrmann et al., “Semantic focusing allows fully automated single-layer slide scanning of cervical cytology slides,” PLoS One, 8 (4), e61441 (2013). https://doi.org/10.1371/journal.pone.0061441 POLNCL 1932-6203 Google Scholar

7. 

S. Khire et al., “ZPEG: a hybrid DPCM-DCT based approach for compression of z-stack images,” in Conf. Proc. IEEE Eng. Med. Biol. Soc., 5424 –5427 (2012). https://doi.org/10.1109/EMBC.2012.6347221 Google Scholar

8. 

G. J. Sullivan et al., “Overview of the high efficiency video coding (HEVC) standard,” IEEE Trans. Circuits Syst. Video Technol., 22 (12), 1649 –1668 (2012). https://doi.org/10.1109/TCSVT.2012.2221191 Google Scholar

9. 

M. Linkert et al., “Metadata matters: access to image data in the real world,” J. Cell Biol., 189 (5), 777 –782 (2010). https://doi.org/10.1083/jcb.201004104 JCLBA3 0021-9525 Google Scholar

10. 

Z. Wang et al., “Image quality assessment: from error visibility to structural similarity,” IEEE Trans. Image Process., 13 (4), 600 –612 (2004). https://doi.org/10.1109/TIP.2003.819861 IIPRE4 1057-7149 Google Scholar

11. 

J. P. Johnson et al., “Using a visual discrimination model for the detection of compression artifacts in virtual pathology images,” IEEE Trans. Med. Imaging, 30 (2), 306 –314 (2011). https://doi.org/10.1109/TMI.2010.2077308 ITMID4 0278-0062 Google Scholar

12. 

E. A. Krupinski et al., “Compressing pathology whole-slide images using a human and model observer evaluation,” J Pathol. Inf., 3 17 (2012). https://doi.org/10.4103/2153-3539.95129 Google Scholar

13. 

Z. Wang, E. P. Simoncelli and A. C. Bovik, “Multiscale structural similarity for image quality assessment,” in Paper presented at the Thirty-Seventh Asilomar Conf. Signals, Syst. & Comput., (2003). https://doi.org/10.1109/ACSSC.2003.1292216 Google Scholar

14. 

A. D. Donnelly et al., “Optimal z-axis scanning parameters for gynecologic cytology specimens,” J. Pathol. Inf., 4 38 (2013). https://doi.org/10.4103/2153-3539.124015 Google Scholar

15. 

A. Evered and N. Dudding, “Accuracy and perceptions of virtual microscopy compared with glass slide microscopy in cervical cytology,” Cytopathology, 22 (2), 82 –87 (2011). https://doi.org/10.1111/cyt.2011.22.issue-2 CYTPEU 1365-2303 Google Scholar

16. 

R. E. Lee et al., “Evaluation and optimization for liquid-based preparation cytology in whole slide imaging,” J. Pathol. Inf., 2 46 (2011). https://doi.org/10.4103/2153-3539.86285 Google Scholar

17. 

B. Sahiner et al., “Visually lossless compression of breast biopsy virtual slides for telepathology,” Proc. SPIE, 7263 72630N (2009). https://doi.org/10.1117/12.813786 PSISDG 0277-786X Google Scholar

18. 

M. D. Zarella and A. Feldscher, “Laboratory computer performance in a digital pathology environment: outcomes from a single institution,” J. Pathol. Inf., 9 (1), 44 (2018). https://doi.org/10.4103/jpi.jpi_47_18 Google Scholar

Biography

Mark D. Zarella is a research assistant professor at Drexel University and technical director of the pathology imaging and informatics service in the Department of Pathology. He received his BS degree in physics from the University of Massachusetts in 2002 and his PhD in neuroscience from SUNY Upstate Medical University in 2011. His current research interests include whole-slide imaging, in vivo and ex vivo optical microscopy, and computational pathology. He is a member of SPIE.

Jennifer Jakubowski is a graduate student in the School of Biomedical Engineering, Science, and Health Systems at Drexel University and laboratory supervisor in the Department of Pathology. She received her BA degree in biology from Rutgers University in 2003, her ASCP board certification in cytotechnology at Thomas Jefferson University in 2004, and her digital pathology certification from the National Society of Histotechnology in 2018. Her current interests include whole-slide imaging, cell and tissue image analysis, and flow cytometry.

CC BY: © The Authors. Published by SPIE under a Creative Commons Attribution 4.0 Unported License. Distribution or reproduction of this work in whole or in part requires full attribution of the original publication, including its DOI.
Mark D. Zarella and Jennifer Jakubowski "Video compression to support the expansion of whole-slide imaging into cytology," Journal of Medical Imaging 6(4), 047502 (19 December 2019). https://doi.org/10.1117/1.JMI.6.4.047502
Received: 31 May 2019; Accepted: 20 November 2019; Published: 19 December 2019
Lens.org Logo
CITATIONS
Cited by 8 scholarly publications.
Advertisement
Advertisement
KEYWORDS
Image compression

Video compression

Cell biology

Image quality

Video

Video coding

Image quality standards

RELATED CONTENT


Back to Top