Skip to main content
QUICK REVIEW

[論文レビュー] Learning from Label Proportions with Dual-proportion Constraints

Tianhao Ma, Ximing Li|arXiv (Cornell University)|Mar 22, 2026
Machine Learning and Data Classification被引用数 0
ひとこと要約

LLP-DC は、ラベル比のみの注釈を含むバッグからインスタンスレベルの分類器を学習する。バッグレベルとインスタンスレベルの両方で制約を課し、ハードな疑似ラベルを生成する最小コスト最大流を用いる。

ABSTRACT

Learning from Label Proportions (LLP) is a weakly supervised problem in which the training data comprise bags, that is, groups of instances, each annotated only with bag-level class label proportions, and the objective is to learn a classifier that predicts instance-level labels. This setting is widely applicable when privacy constraints limit access to instance-level annotations or when fine-grained labeling is costly or impractical. In this work, we introduce a method that leverages Dual proportion Constraints (LLP-DC) during training, enforcing them at both the bag and instance levels. Specifically, the bag-level training aligns the mean prediction with the given proportion, and the instance-level training aligns hard pseudo-labels that satisfy the proportion constraint, where a minimum-cost maximum-flow algorithm is used to generate hard pseudo-labels. Extensive experimental results across various benchmark datasets empirically validate that LLP-DC consistently improves over previous LLP methods across datasets and bag sizes. The code is publicly available at https://github.com/TianhaoMa5/CV PR2026_Findings_LLP_DC.

研究の動機と目的

  • ラベル比 (LLP) から学習する動機付けと、バッグ比 annotations に基づくインスタンスレベルの効果的な監督の必要性。
  • バッグレベルとインスタンスレベルの制約を課す Dual-proportion Constraints (LLP-DC) の導入。
  • バッグ比を満たすようにするハードな疑似ラベル割り当てを生み出す最小コスト最大流を用いた効率的な疑似ラベル生成機構の提供。
  • 複数のデータセットとバッグサイズにわたる既存 LLP メソッドに対する LLP-DC の経験的改善を示す。

提案手法

  • バッグレベルの比率制約とインスタンスレベルの疑似ラベル生成ステップを組み込んだ LLP の定式化。
  • 各バッグに対して有向多段グラフを構成し、バッグ比を満たすハードな疑似ラベル割り当てを生み出す最小コスト最大流問題を解く。
  • バッグレベルの損失を用いて平均予測をバッグ比に揃え、信頼度の高い疑似ラベルを用いたインスタンスレベルの損失を組み合わせて学習。
  • 弱いデータ拡張と強いデータ拡張を用い、インスタンスレベルの監督のために疑似ラベルを閾値でフィルタする。
  • 総合損失 L = L_bag + lambda * L_ins を SGD で最適化。
Figure 1 : Training an instance-level classifier from a dataset with only bag-level class proportions.
Figure 1 : Training an instance-level classifier from a dataset with only bag-level class proportions.

実験結果

リサーチクエスチョン

  • RQ1バッグ比注釈のみを用いたバッグから、 diverse datasets およびバッグサイズで一貫してインスタンスレベル分類を改善できるか?
  • RQ2デュアル比制約(バッグレベルとインスタンスレベル)が収束、疑似ラベルの質、学習効率にどう影響するか?
  • RQ3最小コスト最大流による疑似ラベル生成が Soft-label アプローチと比較して正確さと計算量に与える影響は?
  • RQ4インスタンスレベルの損失重み lambda や信頼閾値 tau のようなハイパーパラメータに対する LLP-DC の感度はどの程度か?

主な発見

DatasetBag SizeFully SupervisedDLLPLLP-VATROT (iter=3)ROT (iter=75)SoftMatchFLMm*L2 p-ahilLLP-DC
CIFAR-101691.59 ± 1.5288.61 ± 0.9089.11 ± 0.2294.34 ± 0.6593.97 ± 0.9695.25 ± 0.1492.3494.96 ± 0.1395.97 ± 0.03
CIFAR-103264.95 ± 0.0179.76 ± 1.4578.75 ± 0.4693.97 ± 0.9692.23 ± 0.8195.25 ± 0.1492.0095.00 ± 0.1195.90 ± 0.07
CIFAR-106496.05 ± 0.3364.95 ± 0.0163.89 ± 0.1992.23 ± 0.8191.? 094.23 ± 0.1891.7494.58 ± 0.2195.46 ± 0.03
CIFAR-10128???????94.47 ± 0.05
CIFAR-1001679.89 ± 0.1469.92 ± 2.8671.62 ± 0.0769.31 ± 0.2217.48 ± 0.8680.14 ± 0.1266.1678.65 ± 0.2880.32 ± 0.10
CIFAR-10032???????79.85 ± 0.03
CIFAR-10064???????79.05 ± 0.19
CIFAR-100128???????73.29 ± 0.26
SVHN1697.77 ± 0.0396.93 ± 0.2396.68 ± 0.0194.?96.75 ± 0.1122.39 ± 0.1146.8697.91 ± 0.0298.01 ± 0.02
SVHN32???????97.99 ± 0.04
SVHN64???????97.97 ± 0.02
SVHN128???????97.97 ± 0.07
Fashion-MNIST1696.39 ± 0.0293.70 ± 0.3994.69 ± 0.2093.68 ± 0.2292.53 ± 0.4695.85 ± 0.22 - 96.93 ± 0.2395.90 ± 0.02
Fashion-MNIST3296.39 ± 0.0293.18 ± 0.2293.25 ± 0.1892.53 ± 0.4691.84 ± 0.1995.86 ± 0.25 - 95.78 ± 0.1595.86 ± 0.06
Fashion-MNIST6496.39 ± 0.0293.70 ± 0.3993.25 ± 0.18??95.18 ± 0.21 - 95.27 ± 0.1395.19 ± 0.20
Fashion-MNIST12896.39 ± 0.0291.70 ± 0.2192.30 ± 0.13??94.73 ± 0.20 - 94.19 ± 0.1494.74 ± 0.07
MiniImageNet1673.95 ± 0.2261.?54.??46.??46.??46.03 - 46.8663.01
MiniImageNet3273.95 ± 0.22????42.95 - 43.4662.65
MiniImageNet6473.29 ± 0.26????42.23 - 42.9159.32
MiniImageNet128?????41.73 - 41.5858.32
  • LLP-DC は CIFAR-10、CIFAR-100、SVHN、Fashion-MNIST、MiniImageNet において、バッグサイズ 16–128 で確立された LLP ベースラインを上回る。
  • CIFAR-10 では LLP-DC は bag=16 で 95.97%、bag=128 で 94.47% を達成し、強力なベースラインを上回る。
  • CIFAR-100 では LLP-DC は bag=16 で 80.32%、bag=128 で 73.29% を達成し、バッグサイズの増大に対して頑健性を示す。
  • SVHN と Fashion-MNIST では、バッグサイズ全体で競争力あるまたは優れた結果を達成し、MiniImageNet のより難しいデータセットでは大きなバッグで顕著な改善を示す。
  • LLP-DC は追加の疑似ラベル生成ステップにもかかわらず他の LLP 手法と同程度の実行時間を維持し、tau および lambda が実用的な範囲で頑健であることを示す。
Figure 2 : A toy example of minimum-cost maximum-flow problem with 3 instances and 2 labels. Given a labeled bag $\{\mathbf{x}_{i1},\mathbf{x}_{i2},\mathbf{x}_{i3},\bm{\alpha}_{i}\}$ and the current predicted outputs of instances $\{\mathbf{p}_{i1},\mathbf{p}_{i2},\mathbf{p}_{i3}\}$ , we can form a
Figure 2 : A toy example of minimum-cost maximum-flow problem with 3 instances and 2 labels. Given a labeled bag $\{\mathbf{x}_{i1},\mathbf{x}_{i2},\mathbf{x}_{i3},\bm{\alpha}_{i}\}$ and the current predicted outputs of instances $\{\mathbf{p}_{i1},\mathbf{p}_{i2},\mathbf{p}_{i3}\}$ , we can form a

より良い研究を、今すぐ始めましょう

論文設計から論文執筆まで、研究時間を劇的に削減しましょう。

クレジットカード登録不要

このレビューはAIが作成し、人間の編集者が確認しました。