Train Smarter, Not Harder: Switching Signal-Guided Training in Active Learning

Nagham Omar, Maya Rozenshtein, Evgeny Mishlyakov, Avigdor Gal

arXiv:2609.06806 · 2026-09-10 공개 · arXiv · PDF

fine-tuning active-learning macro-f1 text-classification retraining stabilization-signal negative-log-likelihood encoder-backbones

Abstract

Training strategy, namely whether to retrain from scratch or fine-tune from the previous checkpoint, is an overlooked decision variable in active learning. We show that this choice has exploitable structure: retraining is most useful in early rounds, when each batch can substantially reshape the labeled distribution, while fine-tuning becomes safer once the model trajectory stabilizes. We propose HybridAL, an adaptive training schedule that monitors an online stabilization signal and switches from retraining to fine-tuning after sustained stabilization. Two complementary signals, spectral exponent change Δα (weight-based) and accuracy change ΔAcc (validation-based), span different points on the time-calibration trade-off. Across three encoder backbones and six text-classification tasks (five seeds each), HybridAL keeps endpoint macro-F1 non-inferior to retraining and fine-tuning at a 0.010 margin, saves up to 49% of retraining time, and recovers a substantial fraction of retraining's calibration advantage as measured by negative log-likelihood (NLL). Compared with schedules that switch at a pre-committed round, HybridAL obtains lower NLL at moderate additional cost, showing that trajectory-dependent switching provides a stronger time-calibration trade-off than fixed early switching.

한국어 요약

한 줄 요약

HybridAL은 모델 경로의 안정화를 감지하여 재학습과 미세조정을 적응적으로 전환하는 활성 학습 전략으로, 49%의 시간 절약과 NLL 기반 교정 개선을 달성한다.

핵심 기여도

핵심 아이디어

HybridAL은 활성 학습에서 모델 업데이트 전략을 고정하지 않고, 모델 경로의 안정화를 실시간으로 감지하여 재학습과 미세조정을 전환하는 새로운 접근법이다. 초기 라운드에서는 라벨 분포가 크게 변화하기 때문에 재학습이 유리하지만, 모델이 안정화되면 미세조정이 더 효율적이라는 점을 활용한다. 이는 기존의 고정된 스케줄링과 달리, 모델의 동적 변화에 따라 적응적으로 학습 전략을 조정함으로써 시간과 성능의 균형을 맞춘다.

HybridAL은 두 가지 신호, 즉 Δα (가중치 기반)와 ΔAcc (검증 기반)를 사용하여 모델의 안정화를 감지한다. Δα는 가중치의 스펙트럼 지수 변화를 기반으로 빠른 시간 절약을, ΔAcc는 검증 정확도 변화를 기반으로 교정 성능을 우선시한다. 두 신호는 서로 보완적인 트레이드오프를 제공하며, 동일한 전환 메커니즘을 공유한다.

기술적 접근법

주요 결과

의의 및 한계

HybridAL은 활성 학습에서 학습 전략을 고정하지 않고, 모델의 동적 변화에 따라 적응적으로 조절함으로써 시간과 성능의 균형을 맞춘다. 특히, Δα와 ΔAcc를 통해 사용자는 시간 절약과 교정 성능 사이의 트레이드오프를 선택적으로 조절할 수 있어 실용적 가치가 크다. 또한, 재학습의 교정 이점을 유지하면서도 시간을 절약하는 점에서 학술적 기여도 크다.

그러나, HybridAL은 모델 경로의 안정화를 감지하는 신호가 특정 작업이나 데이터셋에 따라 효과가 달라질 수 있다는 한계가 있다. 또한, 신호의 선택은 사용자의 목적에 따라 달라지므로, 신호 선택의 최적화는 추가 연구가 필요하다.

실용적 활용

HybridAL은 라벨링 예산이 제한된 텍스트 분류 작업에서 유용하게 활용될 수 있으며, 특히 대규모 언어 모델을 사용한 자동 라벨링과 결합할 경우 학습 시간을 절약하면서도 모델의 교정 성능을 유지할 수 있다. 이는 NLP 분야뿐 아니라, 이미지 분류, 의료 데이터 분석 등 다양한 분류 작업에 적용 가능하다.