paper-with-me

Papers

Compress and Compare: Interactively Evaluating Efficiency and Behavior Across ML Model Compression Experiments

2024-08-06

To deploy machine learning models on-device, practitioners use compression algorithms to shrink and speed up models while maintaining their high-quality output. A critical aspect of compression in practice is model comparison, including tracking many compression experiments, identifying subtle changes in model behavior, and negotiating complex accuracy-efficiency trade-offs. However, existing compression tools poorly support comparison, leading to tedious and, sometimes, incomplete analyses spread across disjoint tools. To support real-world comparative workflows, we develop an interactive visual system called Compress and Compare. Within a single interface, Compress and Compare surfaces promising compression strategies by visualizing provenance relationships between compressed models and reveals compression-induced behavior changes by comparing models' predictions, weights, and activations. We demonstrate how Compress and Compare supports common compression analysis tasks through two case studies, debugging failed compression on generative language models and identifying compression artifacts in image classification models. We further evaluate Compress and Compare in a user study with eight compression experts, illustrating its potential to provide structure to compression workflows, help practitioners build intuition about compression, and encourage thorough analysis of compression's effect on model behavior. Through these evaluations, we identify compression-specific challenges that future visual analytics tools should consider and Compress and Compare visualizations that may generalize to broader model comparison tasks.

📄 PDF Abstract BibTeX arXiv:2408.03274

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationModel Compression

Methods 이 논문이 사용한 방법론

Visual Analytics 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

AgentA/B: Automated and Scalable Web A/BTesting with Interactive LLM Agents

2025-04-13 · Dakuo Wang, Ting-Yao Hsu, Yuxuan Lu, Hansu Gu 외

A/B testing experiment is a widely adopted method for evaluating UI/UX design decisions in modern web applications. Yet, traditional A/B testing remains constrained by its dependence on the large-scale and live traffic o…

Language ModelingLanguage ModellingLarge Language Model

VCD: A Video Conferencing Dataset for Video Compression

2023-09-14 · Babak Naderi, Ross Cutler, Nabakumar Singh Khongbantabam, Yasaman Hosseinkashi 외

Commonly used datasets for evaluating video codecs are all very high quality and not representative of video typically used in video conferencing scenarios. We present the Video Conferencing Dataset (VCD) for evaluating …

Video Compression

You Only Compress Once: Optimal Data Compression for Estimating Linear Models

2021-02-22 · Jeffrey Wong, Eskil Forsell, Randall Lewis, Tobias Mao 외

Linear models are used in online decision making, such as in machine learning, policy algorithms, and experimentation platforms. Many engineering systems that use linear models achieve computational efficiency through di…

Computational EfficiencyData CompressionDecision Making

Towards Interactive Training of Non-Player Characters in Video Games

2019-06-03 · Igor Borovikov, Jesse Harder, Michael Sadovsky, Ahmad Beirami

There is a high demand for high-quality Non-Player Characters (NPCs) in video games. Hand-crafting their behavior is a labor intensive and error prone engineering process with limited controls exposed to the game designe…

Imitation LearningOpenAI Gym

Learning to Compress Graphs via Dual Agents for Consistent Topological Robustness Evaluation

2025-11-24 · Qisen Chai, Yansong Wang, Junjie Huang, Tao Jia arxiv

As graph-structured data grow increasingly large, evaluating their robustness under adversarial attacks becomes computationally expensive and difficult to scale. To address this challenge, we propose to compress graphs i…

Reinforcement Learning