MED-DSLC: Multi-Expert-Domain Classification via Domain Supervision and Logit Calibration

· Source: Takara TLDR - Daily AI Papers · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, medium

Summary

MED-DSLC, a novel approach for Multi-Expert-Domain (MED) classification, addresses the challenge of logit miscalibration in Vision-Language Models (VLMs) like CLIP. While fine-tuning VLMs with techniques such as LoRA improves in-domain accuracy, it often degrades out-of-domain performance, creating a fragmented model ecosystem. The core issue arises when merging independently trained domain-specific LoRAs, as their logits lose global comparability, causing cross-domain interference and inflated confidence for out-of-domain classes. MED-DSLC tackles this by integrating domain supervised training with domain-wise logit scaling, explicitly restoring global logit comparability. This lightweight solution effectively preserves within-domain discrimination and minimizes cross-domain logit interference using minimal data. Extensive experiments on various fine-grained benchmarks demonstrate MED-DSLC's significant improvements, including a +15% increase in mean accuracy, enhanced cross-domain robustness, and better scalability for MED classification problems. The research highlights the critical role of output-level calibration for achieving truly zero-shot VLMs in multi-domain, data-imbalanced scenarios.

Key takeaway

For Machine Learning Engineers building multi-domain Vision-Language Model systems, you should consider integrating MED-DSLC to overcome logit miscalibration issues. This approach allows you to merge independently fine-tuned LoRAs without degrading out-of-domain accuracy, significantly improving mean accuracy by +15% and enhancing cross-domain robustness. Implementing domain supervised training and logit scaling will ensure global logit comparability, enabling more scalable and truly zero-shot VLM applications, especially in data-imbalanced environments.

Key insights

Logit miscalibration in merged VLM experts degrades multi-domain performance; MED-DSLC restores global comparability through domain supervision and logit scaling.

Principles

Method

MED-DSLC combines domain supervised training and domain-wise logit scaling. This explicitly restores global logit comparability across merged VLM experts, reducing cross-domain interference and improving accuracy with minimal data.

In practice

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Takara TLDR - Daily AI Papers.