Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Observatory
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Use Cases
  • Readinessfree
  • Signals
  • Free scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Partners
  • Coding for Non-Coders
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchServicesSignalsAbout
ResearchServicesSignalsAbout
  1. Home
  2. Vocab
  3. Lossy Compression

Lossy Compression

A compression method that reduces data size by permanently discarding less perceptible information.

Year: 1990Generality: 694
Back to Vocab

Lossy compression is a data encoding strategy that achieves significant file size reductions by selectively discarding information judged to be less critical to the end user's experience. Unlike lossless compression, which preserves every bit of original data, lossy methods accept a degree of irreversible quality degradation in exchange for dramatically smaller file sizes. This trade-off is especially practical for audio, image, and video data, where human perceptual systems are insensitive to certain frequencies, fine textures, or subtle color gradients — meaning their removal goes largely unnoticed.

The mechanics of lossy compression typically rely on transform coding, quantization, and perceptual modeling. In image compression (e.g., JPEG), the image is decomposed via a discrete cosine transform into frequency components, and high-frequency details that the human eye struggles to resolve are quantized aggressively or dropped entirely. In audio compression (e.g., MP3), psychoacoustic models identify sounds masked by louder simultaneous tones and remove them. The degree of compression — and thus quality loss — is usually tunable via a quality parameter, allowing practitioners to balance fidelity against storage or bandwidth constraints.

In machine learning, lossy compression appears in several important contexts. Large-scale training datasets consisting of images, audio, or video are almost universally stored in lossy formats, and the compression artifacts introduced can subtly influence model behavior, generalization, and robustness. More recently, lossy compression principles have been applied directly within ML pipelines: gradient compression during distributed training discards small gradient updates to reduce communication overhead, and neural network weight quantization can be viewed as a form of lossy compression that shrinks model size with minimal accuracy loss. Learned image compression — where neural networks are trained end-to-end to compress and reconstruct images — has emerged as a research frontier that outperforms classical codecs at equivalent bit rates.

Understanding lossy compression matters for ML practitioners because data quality, storage efficiency, and inference latency are deeply intertwined. Choosing compression settings carelessly can introduce systematic biases into training data or degrade the inputs seen at inference time, while thoughtful compression enables scalable deployment of models on resource-constrained devices.

Research this in Signals

Scan Lossy Compression for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with Lossy Compression already loaded, so edit it or scan as is.