Search PubMed⌕ Search

SEARCH · Search PubMed

Results for “Data Compression”

Search indexed PubMed citations on genomics, clinical trials, systematic reviews and public health. Explore titles, authors and supplied subject terms, then open the PubMed record.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 415 records · Page 23Linked to original sources

Biomechanical evaluation of a new bone cement for use in vertebroplasty.

STUDY DESIGN: Comparative ex vivobiomechanical study. OBJECTIVES: To determine the strength and stiffness of osteoporotic vertebral bodies subjected to compression fractures and subsequently stabilized via bipedicular injection of one of two bone cements: one is a commercially available polymethylmethacrylate (Simplex P) and one is a proprietary glass-ceramic-reinforced BisGMA/BisEMA/TEGDMA matrix composite that is being developed for use in vertebroplasty (Orthocomp). SUMMARY OF BACKGROUND DATA: Osteoporotic compression fractures present diagnostic and therapeutic challenges for the clinician. Vertebroplasty, a new technique for treating such fractures, stabilizes vertebral bodies by injection of cement. Little is known, however, about the biomechanics of this treatment. METHODS: Five vertebral bodies (L1-L5) from each of four fresh spines were harvested from female cadavers (age, 80 +/- 5 years), screened for bone density using DEXA (t = -3.4 to -6.4), disarticulated, and compressed in a materials testing machine to determine initial strength and stiffness. The fractures then were repaired using a transpedicular injection of either Orthocomp or Simplex P and recrushed. RESULTS: For both cement treatments, vertebral body strength after injection of cement was significantly greater than initial strength values. Vertebral bodies augmented with Orthocomp recovered their initial stiffness; however, vertebral bodies augmented with Simplex P were significantly less stiff than they were in their initial condition. CONCLUSIONS: Augmentation with Orthocomp results in similar or greater mechanical properties compared with Simplex P, but these biomechanical results have yet to be substantiated in clinical studies.

Aged↗

Focal hepatic lesions: effect of three-dimensional wavelet compression on detection at CT.

PURPOSE: To evaluate the effect of three-dimensional, wavelet-based compression on the detection of focal hepatic lesions at computed tomography (CT). MATERIALS AND METHODS: CT images obtained in 69 patients with focal hepatic lesions were studied (35 consecutive cases and 34 cases selected to be difficult on the basis of lesion size or contrast). Image data were compressed by means of a three-dimensional, wavelet-based algorIthm at ratios of 10:1, 15:1, and 20:1. Normal and abnormal sections (on original and compressed images) were reviewed by using an interactive workstation. Four readers rated the presence or absence of a lesion with a five-point scale. RESULTS: At receiver operating characteristic analysis, no statistically significant difference was detected for all cases considered together. Differences approached but did not reach statistical significance for the diagnostic performance of one reader with compressed images (15:1, P = .054; 20:1, P = .051). For the subset of difficult cases, a significant difference was observed with 20:1 compressed images for one reader (P = .026). Diagnostic performance of readers was less certain in normal than in abnormal cases with both original and compressed images (difference was significant for 15:1 [P = .035] and 20:1 [P < .0001] compressed images). CONCLUSION: Three-dimensional wavelet compression is satisfactory at ratios of at least 10:1. Additional studies with a larger sample would help confirm findings with higher ratios.

Cysts↗

Effect of CT digital image compression on detection of coronary artery calcification.

PURPOSE: To test the effect of digital compression of CT images on the detection of small linear or spotted high attenuation lesions such as coronary artery calcification (CAC). MATERIAL AND METHODS: Fifty cases with and 50 without CAC were randomly selected from a population that had undergone spiral CT of the thorax for screening lung cancer. CT image data were compressed using JPEG (Joint Photographic Experts Group) or wavelet algorithms at ratios of 10:1, 20:1 or 40:1. Five radiologists reviewed the uncompressed and compressed images on a cathode-ray-tube. Observer performance was evaluated with receiver operating characteristic analysis. RESULTS: CT images compressed at a ratio as high as 20:1 were acceptable for primary diagnosis of CAC. There was no significant difference in the detection accuracy for CAC between JPEG and wavelet algorithms at the compression ratios up to 20:1. CT images were more vulnerable to image blurring on the wavelet compression at relatively lower ratios, and "blocking" artifacts occurred on the JPEG compression at relatively higher ratios. CONCLUSION: JPEG and wavelet algorithms allow compression of CT images without compromising their diagnostic value at ratios up to 20:1 in detecting small linear or spotted high attenuation lesions such as CAC, and there was no difference between the two algorithms in diagnostic accuracy.

Adult↗

Near-infrared spectroscopy for monitoring of tissue oxygenation of exercising skeletal muscle in a chronic compartment syndrome model.

Variations in the levels of muscle hemoglobin and of myoglobin oxygen saturation can be detected non-invasively with near-infrared spectroscopy. This technique could be applied to the diagnosis of chronic compartment syndrome, in which invasive testing has shown increased intramuscular pressure associated with ischemia and pain during exercise. We simulated chronic compartment syndrome in ten healthy subjects (seven men and three women) by applying external compression, through a wide inflatable cuff, to increase the intramuscular pressure in the anterior compartment of the leg. The tissue oxygenation of the tibialis anterior muscle was measured with near-infrared spectroscopy during gradual inflation of the cuff to a pressure of forty millimeters of mercury (5.33 kilopascals) during fourteen minutes of cyclic isokinetic dorsiflexion and plantar flexion of the ankle. The subjects exercised with and without external compression. The data on tissue oxygenation for each subject then were normalized to a scale of 100 per cent (the baseline value, or the value at rest) to 0 per cent (the physiological minimum, or the level of oxygenation achieved by exercise to exhaustion during arterial occlusion of the lower extremity). With external compression, tissue oxygenation declined at a rate of 1.4 +/- 0.3 per cent per minute (mean and standard error) during exercise. After an initial decrease at the onset, tissue oxygenation did not decline during exercise without compression. The recovery of tissue oxygenation after exercise was twice as slow with compression (2.5 +/- 0.6 minutes) than it was without the use of compression (1.3 +/- 0.2 minutes).

Adolescent↗

Optimizing sparse and skew hashing: faster k-mer dictionaries.

MOTIVATION: Representing a set of k-mers-strings of length k-in small space under fast lookup queries is a fundamental requirement for several applications in Bioinformatics. A data structure based on sparse and skew hashing (SSHash) was recently proposed for this purpose (Pibiri 2022): it combines good space effectiveness with fast lookup and streaming queries. It is also order-preserving, i.e. consecutive k-mers (sharing a prefix-suffix overlap of length k-1) are assigned consecutive hash codes which helps compressing satellite data typically associated with k-mers, like abundances and color sets in colored De Bruijn graphs. RESULTS: We study the problem of accelerating queries under the sparse and skew hashing indexing paradigm, without compromising its space effectiveness. We propose a refined data structure with less complex lookups and fewer cache misses. We give a simpler and faster algorithm for streaming lookup queries. The refined architecture translates to substantial performance gains, outperforming the original version of SSHash in both index construction speed and query efficiency. Compared to indexes with similar capabilities and based on the Burrows-Wheeler transform, like SBWT and FMSI, SSHash is significantly faster to build and query. SSHash is competitive in space with the fast (and default) modality of SBWT when both k-mer strands are indexed. While larger than FMSI, it is also more than one order of magnitude faster to query. AVAILABILITY AND IMPLEMENTATION: The SSHash software is available at https://github.com/jermp/sshash, and also distributed via Bioconda. A benchmark of data structures for k-mer sets is available at https://github.com/jermp/kmer_sets_benchmark. The datasets used in this article are described and available at https://zenodo.org/records/17582116.

Algorithms↗

Extraspinal bone and soft-tissue tumors as a cause of sciatica. Clinical diagnosis and recommendations: analysis of 32 cases.

STUDY DESIGN: Between 1982 and 1997, the authors treated 32 patients with sciatica who subsequently were found to have a tumor along the extraspinal course of the sciatic nerve. SUMMARY OF BACKGROUND DATA: Extraspinal compression of the sciatic nerve by a tumor is a rare cause of sciatica. Signs and symptoms overlap those of the more common causes of sciatica (i.e., herniated disc and spinal stenosis). OBJECTIVE: To characterize the unique clinical presentation of these patients and to formulate guidelines that may lead to early diagnosis. METHODS: All pertinent clinical data and studies were reviewed retrospectively, and standard demographic data were collected for analysis. RESULTS: These patients typically sought treatment for an insidious onset of sciatic pain that was constant, progressive, and unresponsive to change in position or bed rest. The mean time to final diagnosis was 11.9 months (median, 6 months). Seventeen patients were able to locate their pain to a specific point along the extraspinal course of the sciatic pain, and a mass was noted in 13 patients. Eighteen of these tumors were in the pelvis, 10 in the thigh, and 4 in the popliteal fossa and calf. CONCLUSIONS: A high index of clinical suspicion is the key to early diagnosis of bone or soft-tissue tumors as a cause of sciatica; special attention should be given to pain pattern, physical examination of the entire course of the sciatic nerve, and selection of proper imaging studies. Routine anteroposterior plain radiography of the pelvis as part of the initial imaging screening process is recommended.

Bone Neoplasms↗

Linear modes of gene expression determined by independent component analysis.

MOTIVATION: The expression of genes is controlled by specific combinations of cellular variables. We applied Independent Component Analysis (ICA) to gene expression data, deriving a linear model based on hidden variables, which we term 'expression modes'. The expression of each gene is a linear function of the expression modes, where, according to the ICA model, the linear influences of different modes show a minimal statistical dependence, and their distributions deviate sharply from the normal distribution. RESULTS: Studying cell cycle-related gene expression in yeast, we found that the dominant expression modes could be related to distinct biological functions, such as phases of the cell cycle or the mating response. Analysis of human lymphocytes revealed modes that were related to characteristic differences between cell types. With both data sets, the linear influences of the dominant modes showed distributions with large tails, indicating the existence of specifically up- and downregulated target genes. The expression modes and their influences can be used to visualize the samples and genes in low-dimensional spaces. A projection to expression modes helps to highlight particular biological functions, to reduce noise, and to compress the data in a biologically sensible way.

Algorithms↗

Movement-related variation in forces under compression stockings.

OBJECTIVES: Compression therapy is widely used in the treatment of venous leg ulcers, but the efficacy of this treatment is variable. Assessment of variation in compression forces associated with movement may help to elucidate the mechanism of action of compression therapy. The aim of this study was to develop and apply a system to investigate forces under compression stockings during movement. METHOD: Three sensors were placed on the medial aspect of the left leg on six healthy volunteers to monitor forces under class 2 (Continental European classification) compression stockings. Data were recorded during dorsiflexion and plantar flexion of the left foot and also during short periods of walking. RESULTS: Changes in pressure were observed, associated with dorsiflexion and plantar flexion of the foot. These changes were dependent on sensor position. Changes in pressure during walking were also position-dependent and of variable duration. CONCLUSIONS: The system enables forces associated with compression therapy to be examined during movement and may thus be of value in further understanding its mechanism of action. Foot movement can be associated with clear changes in pressure under compression stockings and rapid changes in pressure may occur during walking.

Adult↗

The pathogenesis of spinal epidural abscess: microangiographic studies in an experimental model.

An experimental model of spinal epidural abscess was developed in rabbits by injecting Staphylococcus aureus into the posterior thoracolumbar epidural space. This model has been shown to reproduce the neurological, bacteriological, and radiological aspects of the human disease. In this study, the effect of the infectious epidural mass on the vasculature of the spinal cord in paraplegic rabbits was studied using microangiographic techniques. The normal vascular anatomy of the rabbit spinal cord was defined in control experiments. Vascular proliferation was demonstrated in the epidural space surrounding the abscesses. Anterior and paired posterior spinal arteries remained patent in paraplegic rabbits with mild or moderate spinal cord compression and in some cases of severe compression. In animals with severe compression, the anterior epidural venous plexus remained patent, but the dorsal spinal vein was occluded. Occlusion of perforating arteries occurred only with extreme spinal cord compression. These data indicate that the initial neurological deficit associated with experimental spinal epidural abscess is not due to vascular thrombosis.

Abscess↗

Wavelet compression on detection of brain lesions with magnetic resonance imaging.

The purpose of this report is to assess clinically acceptable compression ratios on the detection of brain lesions at magnetic resonance imaging (MRI). Four consecutive T2-weighted and the corresponding T1-weighted images obtained in 20 patients were studied for 109 anatomic sites including 50 with lesions and 59 without lesions. The images were obtained on a 1.5-T MR unit with a pixel size of 0.9 to 1.2 x 0.47 mm and a section thickness of 5 mm. The image data were compressed by wavelet-based algorithm at ratios of 20:1, 40:1, and 60:1. Three radiologists reviewed these images on an interactive workstation and rated the presence or absence of a lesion with a 50 point scale for each anatomic site. The authors also evaluated the influence of pixel size on the quality of image compression. At receiver operating characteristic (ROC) analysis, no statistically significant difference was detected at a compression ratio of 20:1. A significant difference was observed with 40:1 compressed images for one reader (P = .023), and with 60:1 for all readers (P = .001 to .012). A root mean squared error (RMSE) was higher in 0.94- x 0.94-mm pixel size images than in 0.94- x 0.47-mm pixel size images at any compression ratio, indicating compression tolerance is lower for the larger pixel size images. The RMSE, subjective image quality, and error images of 10:1 compressed 0.94- x 0.94-mm pixel size images were comparable with those of 20:1 compressed 0.94- x 0.47-mm pixel size images. Wavelet compression can be acceptable clinically at ratios as high as 20:1 for brain MR images when a pixel size at image acquisition is around 1.0 x 0.5 mm, and as high as 10:1 for those with a pixel size around 1.0 x 1.0 mm.

Algorithms↗

Evaluation of irreversible JPEG compression for a clinical ultrasound practice.

A prior ultrasound study indicated that images with low to moderate levels of JPEG and wavelet compression were acceptable for diagnostic purposes. The purpose of this study is to validate this prior finding using the Joint Photographic Experts Group (JPEG) baseline compression algorithm, at a compression ratio of approximately 10:1, on a sufficiently large number of grayscale and color ultrasound images to attain a statistically significant result. The practical goal of this study is to determine if it is feasible for radiologists to use irreversibly compressed images as an integral part of the day to day ultrasound practice (ie, perform primary diagnosis with, and store irreversibly compressed images in the ultrasound PACS archive). In this study, 5 Radiologists were asked to review 300 grayscale and color static ultrasound images selected from 4 major anatomic groups. Each image was compressed and decompressed using the JPEG baseline compression algorithm at a fixed quality factor resulting in an average compression ratio of approximately 9:1. The images were presented in pairs (original and compressed) in a blinded fashion on a PACS workstation in the ultrasound reading areas, and radiologists were asked to pick which image they preferred in terms of diagnostic utility and their degree of certainty (on a scale from 1 to 4). Of the 1499 total readings, 50.17% (95% confidence intervals at 47.6%, and 52.7%) indicated a preference for the original image in the pair, and 49.83% (95% confidence intervals at 47.3%, and 52.0%) indicated a preference for the compressed image. These findings led the authors to conclude that static color and gray-scale ultrasound images compressed with JPEG at approximately 9:1 are statistically indistinguishable from the originals for primary diagnostic purposes. Based on the authors laboratory experience with compression and the results of this and other prior studies, JPEG compression is now being applied to all ultrasound images in the authors' radiology practice before reading. No image quality-related issues have been encountered after 12 months of operation (approximately 48000 examinations).

Algorithms↗

FFC: a scalable FASTA compressor.

SUMMARY: FASTA is a widely used text-based format for storing nucleotide and protein sequences. The existing FASTA compressors usually focus on (slightly) improving the compression ratio, not on practical performance. We present FFC, a scalable FASTA compressor that achieves average compression speeds 4.7&#xd7; and 11.4&#xd7; higher than two high-performance compressors, zstd and NAF, respectively, across a benchmark set of seven single genomes. It also delivers average decompression speeds 3.5&#xd7; and 2.7&#xd7; higher than zstd and NAF, respectively. Although a chunk-based zstd variant with parallel decompression, pzstd, almost matches FFC speed, its compression ratio is on average by 23% worse than FFC's. For the experiment, a 14-core workstation and a RAM disk (to reduce the impact of I/O) were used. AVAILABILITY AND IMPLEMENTATION: FFC is freely available at github.com/kowallus/ffc and also as a Zenodo repository at 10.5281/zenodo.18892353, and the used datasets at 10.5281/zenodo.18873744.

Data Compression↗

Efficient storage of urodynamic signals by computer: application of FAN adaptive sampling.

Digital storage of urodynamic signals such as detrusor pressure and flowrate at a sufficiently high sampling rate (10 samples per second) to allow subsequent analysis requires considerable computer memory. A procedure for compressing these data by deleting redundant samples (the fan method of adaptive sampling) was tested. The method allows a flexible adaptation to specific hardware and a compromise between storage requirements and accuracy. In this study the number of samples required for adequate reconstruction of the detrusor pressure signal could be varied from 80% to 4% of the original number of samples by varying the average difference between reconstructed and original signal from 0.01 to 2 cm H2O. Fast components of the measurements (for example cough peaks) which were lost if a lower sampling rate or averaging was used to obtain equally low storage requirements were unaffected by this compression technique.

Algorithms↗

Influence of different sources on the processing and biopharmaceutical properties of high-dose ibuprofen formulations.

It is known that depending on the manufacturing and synthetic processes, drugs may exist as different forms. As a result, physicochemical properties, compression characteristics, intrinsic dissolution and bioavailability may vary substantially. The purpose of this study was to investigate the effect of different sources of ibuprofen on the processing of tablets and on their properties. Another emphasis of this work was to rationalize one or several key characteristics of the raw material as directly related to wet granulation parameters and to the behavior of final tablets. Commercially available ibuprofen was obtained from different manufacturers and a preformulation program, including X-ray crystallography, differential scanning calorimetry, scanning electron microscopy, determination of particle size distribution and flowability, was performed to characterize the raw material. Granules were prepared with a planetary mixer and liquid requirements for the end point were obtained by monitoring power consumption. Tablets were manufactured on Stokes rotary and single punch instrumented presses. Data acquisition interfaces produced compression data for each formulation. Granules and final tablets were analyzed for hardness, dissolution profiles and content uniformity. Statistical evaluations using analysis of variance and multiple comparison procedures were performed on the results to determine the significance of the variability between independent parameters. The ibuprofen tested was found to be a unique polymorphic form with some differences in the external crystallinity. The particle size characteristics of the material also allowed a differentiation between sources and although there was no differences in dissolution patterns or content uniformity, particle size was found to account for 50% of the variability in tablet hardness. Two sources of ibuprofen with lower mean particle size showed significant variations in end point liquid requirements resulting in variable tablet crushing strength.

Biopharmaceutics↗

Properties of encapsulated and hand-mixed zinc phosphate dental cement.

PURPOSE: Dental cements can be supplied as loose powder and liquid or as encapsulated syringes. This study assessed the compressive strength of a recently marketed zinc phosphate encapsulated cement compared with a hand-mixed system according to the American Dental Association Specification. MATERIALS AND METHODS: The mean fracture strength, standard deviations and associated Weibull Moduli (m) of the encapsulated and hand-mixed cements were determined by compressive fracturing 30 cylindrical specimens (height 6.0 +/- 0.1 mm, diameter 4.0 +/- 0.1 mm). Scanning electron microscopy was employed to assess crack growth from indentations and cement morphology. Image analysis was used to investigate the influence of mixing regime on pore distribution within the cement samples. RESULTS: The compressive strength data showed variation in magnitude and reliability ranging from 42 +/- 8 MPa (m = 5.2 +/- 1.0) for the encapsulated cement filled directly from the capsule to 71 +/- 11 MPa (m = 6.3 +/- 1.3) for the hand-mixed cement. The encapsulated cement matrix was extensively porous, consisting of pores between 0.1-0.5 microm diameter, compared with the non-porous hand-mixed cement matrix. Larger pores (over 18 microm diameter) were related to air entrapment in the encapsulated cement on mixing while small pores (0.1-0.5 microm diameter) were indicative of vaporization porosity commonly seen with exothermic reactions.

Air↗

Metastatic epidural spinal cord compression.

OBJECTIVES: To provide an overview on the presentation, diagnosis, and treatment of metastatic epidural spinal cord compression (MESCC). DATA SOURCES: Published articles, book chapters, and research reports. CONCLUSIONS: MESCC is a common oncologic emergency that requires prompt recognition and emergency treatment to relieve pain and preserve neurologic function. The signs and symptoms of MESCC are easily detected and can be integral assessment components of the nursing care of any patient with a solid tumor. IMPLICATIONS FOR NURSING PRACTICE: Nurses can have a dramatic impact on preventing neurologic complications caused by this oncologic metastatic problem. When neurologic compromise is not prevented or reversed, nurses also can provide expert care to patients and families in the rehabilitation phase of MESCC.

Aged↗

A chaos-based model for low complexity predictive coding scheme for compression and transmission of electroencephalogram data.

A method for low complexity, low bit rate transmission of EEG (electroencephalogram) data, based on chaotic principles, is presented. The EEG data is assumed to be generated by a non-linear dynamical system of E dimensions. The E dynamical variables are reconstructed from the one-dimensional time series by the process of time-delay embedding. A model of the form X[n + 1] = F(X[n], X[n - 1], ... , X[n - p]) is fitted for the data in the E-dimensional space and this model is used as predictor in the predictive coding scheme for transmission. This model is able to give a reduction of nearly 50% of the dynamic range of the error signal to be transmitted, with a reduced complexity, when compared to the conventionally used linear prediction method. This implies that a reduced bit rate of transmission with a reduced complexity can be obtained. The effects of variation of model parameters on the complexity and bit rate are discussed.

Adult↗

Simulation of disaster recovery of a picture archiving and communications system using off-site hierarchal storage management.

The purpose of this communication is to report on the testing of the disaster recovery capability of our hierarchical storage management (HSM) system. Disaster recovery implementation is a requirement of every mission-critical information technology project. Picture archiving and communications systems (PACS) certainly falls into this category, even though the counterpart, conventional film archive, has no protection against fire, for example. We have implemented a method for hierarchical storage with wavelet technology that maximizes on-site case storage (using lossy compression), retains bit-preserved image data for legal purposes, provides an off-site backup (lossless bit-preserving wavelet transform), and provides for disaster recovery. Recovery from a natural (earthquake and subsequent fire) or technical (system crash and data loss) disaster was simulated by attempting to restore from the off-site image and database backup to clean core PACS components. The only existing loaded software was the operating system. The database application was reloaded locally, and then the database contents and image store were loaded from the off-site component of the HSM system. The following measurements were analyzed: (1) the ability to recover all data; (2) the integrity of the recovered database and image data; (3) the time to recover the database relative to the number of studies and age of the archive, as well as bandwidth between the local and remote site; and (4) the time to recover image data relative to compression ratio, number of studies, number of images, and time depth of the archive. This HSM system, which maximizes on-site storage, maintains a legal record, and provides off-site backup, also facilitates disaster recovery for a PACS.

Computer Storage Devices↗