paper-with-me

홈 › Papers

TED: Accelerate Model Training by Internal Generalization

2024-05-06 · Jinying Xiao, Ping Li, Jie Nie

Large language models have demonstrated strong performance in recent years, but the high cost of training drives the need for efficient methods to compress dataset sizes. We propose TED pruning, a method that addresses the challenge of overfitting under high pruning ratios by quantifying the model's ability to improve performance on pruned data while fitting retained data, known as Internal Generalization (IG). TED uses an optimization objective based on Internal Generalization Distance (IGD), measuring changes in IG before and after pruning to align with true generalization performance and achieve implicit regularization. The IGD optimization objective was verified to allow the model to achieve the smallest upper bound on generalization error. The impact of small mask fluctuations on IG is studied through masks and Taylor approximation, and fast estimation of IGD is enabled. In analyzing continuous training dynamics, the prior effect of IGD is validated, and a progressive pruning strategy is proposed. Experiments on image classification, natural language understanding, and large language model fine-tuning show TED achieves lossless performance with 60-70\% of the data. Upon acceptance, our code will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2405.03228

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationLanguage ModelingLanguage ModellingLarge Language ModelmodelNatural Language Understanding

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Patterning: The Dual of Interpretability

2026-01-20 · George Wang, Daniel Murfet arxiv

Mechanistic interpretability aims to understand how neural networks generalize beyond their training data by reverse-engineering their internal structures. We introduce patterning as the dual problem: given a desired for…

Unveiling the Mechanisms of Explicit CoT Training: How CoT Enhances Reasoning Generalization

2025-02-07 · Xinhao Yao, Ruifeng Ren, Yun Liao, Yong liu

The integration of explicit Chain-of-Thought (CoT) reasoning into training large language models (LLMs) has advanced their reasoning capabilities, yet the mechanisms by which CoT enhances generalization remain poorly und…

Generalization BoundsSystematic Generalization

MViewRouter: Internalizing Geometric Equivariance via Multi-view Alternating Attention for Combinatorial Routing

2026-05-31 · Shiyan Liu, Bohan Tan, Yaoxin Wu, Yan Jin arxiv

Combinatorial routing problems such as the Traveling Salesman Problem (TSP) and the Capacitated Vehicle Routing Problem (CVRP) are fundamental NP-hard problems with broad real-world applications. While recent deep reinfo…

Zero-shot GeneralizationReinforcement LearningData Augmentation

Adaptive Detrending to Accelerate Convolutional Gated Recurrent Unit Training for Contextual Video Recognition

2017-05-24 · Minju Jung, Haanvid Lee, Jun Tani

Based on the progress of image recognition, video recognition has been extensively studied recently. However, most of the existing methods are focused on short-term but not long-term video recognition, called contextual …

Video Recognition

How does Transformer Learn Implicit Reasoning?

2025-05-29 · Jiaran Ye, Zijun Yao, Zhidian Huang, Liangming Pan 외

Recent work suggests that large language models (LLMs) can perform multi-hop reasoning implicitly -- producing correct answers without explicitly verbalizing intermediate steps -- but the underlying mechanisms remain poo…

ClusteringDiagnosticMemorization