Multi-Label Proportion Learning for Sea-Ice Type Prediction
Summary
The paper introduces a weakly supervised multi-label proportion learning framework for sea-ice type prediction using SAR imagery and multimodal data, achieving significant accuracy improvements over supervised baselines.
View Cached Full Text
Cached at: 09/16/26, 08:49 AM
# Multi-Label Proportion Learning for Sea-Ice Type Prediction Source: [https://arxiv.org/html/2609.16347](https://arxiv.org/html/2609.16347) CCS:Computing methodologies Machine learning approachesSamira Alkaee TaleghanAffiliation:University of Colorado Denver,Denver,Colorado,USAemail:[samira\.alkaeetaleghan@ucdenver\.edu](mailto:[email protected])Younghyun KooAffiliation:National Snow and Ice Data Center \(NSIDC\), CIRES, University of Colorado Boulder,Boulder,Colorado,USAemail:[younghyun\.koo@colorado\.edu](mailto:[email protected]),Andrew P\. BarrettAffiliation:National Snow and Ice Data Center \(NSIDC\), CIRES, University of Colorado Boulder,Boulder,Colorado,USAemail:[andrew\.barrett@colorado\.edu](mailto:[email protected])andFarnoush Banaei\-KashaniAffiliation:University of Colorado Denver,Denver,Colorado,USAemail:[farnoush\.banaei\-kashani@ucdenver\.edu](mailto:[email protected]) © none ###### Abstract\. Sea\-ice type prediction is important for climate monitoring, maritime navigation, and decision\-making in polar regions\. The main source of label data for this task is the ice chart, produced manually by ice analysts who interpret satellite imagery to delineate ice zones into polygons\. Each polygon is assigned total sea\-ice concentration and partial concentrations of the ice types present within the polygon\. Although ice charts are valuable, their production is labor\-intensive and expensive, motivating recent efforts to automate the process using deep learning\. However, deep learning models require patch\-level \(or pixel\-level\) label data for training, while ice charts provide only polygon\-level annotations\. As a workaround, supervised approaches often create approximate patch\-level labels from polygon\-level ice chart labels by assigning each sample the dominant ice type of its parent polygon\. This approach enables supervised training but creates an ill\-posed learning problem with intrinsically approximate solution\. In this paper, we redefine sea\-ice type prediction as a weakly supervised multi\-label proportion learning problem to be able to directly use the polygon\-level ice chart labels and avoid unnecessary label approximation for improved prediction accuracy\. To address this problem, we propose a two\-module framework where first Multiple Instance Learning \(MIL\) is used for water–ice classification, and then a multi\-label proportion learning \(MLPL\) is introduced for ice\-type composition prediction\. We further extend this framework with a multimodal model that integrates SAR imagery with AMSR2 brightness temperatures and ERA5 reanalysis data through modality\-guided auxiliary regularization\. Evaluated on the AI4Arctic dataset, the SAR\-only model reduces MAE by 14\.5% and more than doubles mean ice\-class F1 over the best supervised baseline\. The multimodal model further reduces MAE by 21\.5% and raises mean F1 by 41\.2% over the SAR\-only model, and by 52\.7% over the supervised multimodal baseline\. ###### Keywords: Sea Ice Type Prediction, Multiple Instance Learning, Learning with Label Proportion, Multisensor Remote Sensing ## 1\.Introduction Sea\-ice type prediction is important for climate monitoring, numerical modeling, maritime navigation, and decision\-making in polar regions\. Because sea\-ice type reflects ice thickness, age, strength, and navigability, reliable type information is essential for understanding polar climate processes and supporting safe activity in ice\-covered waters\([Vihma, 2014](https://arxiv.org/html/2609.16347#bib.bib1);[Taleghan et al\., 2024](https://arxiv.org/html/2609.16347#bib.bib49)\)\. The main source of sea\-ice type information is the ice chart\. Ice charts are produced manually by expert ice analysts, who interpret multi\-sensor satellite imagery and auxiliary data sources using domain expertise and visual inspection to delineate ice zones into polygons\. Synthetic Aperture Radar \(SAR\) is especially important in this process because it provides high\-resolution observations and can operate through clouds and polar darkness\([Dierking, 2013](https://arxiv.org/html/2609.16347#bib.bib5)\)\. Despite their value, ice charts are labor\-intensive and expensive to produce, motivating efforts to automate sea\-ice type prediction using deep learning\. In operational ice charting, analysts manually draw polygons over regions of relatively homogeneous ice conditions and assign each polygon a set of standardized codes following the World Meteorological Organization \(WMO\) "egg code" and the SIGRID3 data format\([Center, 2022](https://arxiv.org/html/2609.16347#bib.bib3)\)\. Rather than assigning a single ice type per polygon, the egg code records the total sea ice concentration \(SIC\) \(the fraction of ice cover from 0–100%\) along with the partial concentrations for up to three co\-occurring ice types, each characterized by its stage of development \(SOD\), a proxy for ice thickness, and floe size \(FLOE\)\. Figure[1](https://arxiv.org/html/2609.16347#acmlabel1)shows an example of ice\-chart polygons produced by the Danish Meteorological Institute \(DMI\) overlaid on a Sentinel\-1 SAR scene, together with the WMO egg code assigned to each polygon\. Importantly, these labels describe the aggregate composition of the entire polygon, not the class identity of each individual pixel or patch\. Conditions within a polygon may vary substantially, and mixed polygons can contain several ice types with different partial concentrations\. Figure 1\.Ice\-chart polygons and their WMO egg codes\. \(a\) Sentinel\-1A EW HH scene, 14 October 2021 07:12 UTC, Fram Strait north\-west of Svalbard, DMI ice chart\. \(b\) SIGRID\-3 egg code per polygon\.A grayscale SAR satellite image with seven numbered colored polygon outlines drawn over sea\-ice regions, alongside seven oval egg\-code diagrams\. Each oval lists the polygon's total ice concentration on top, with partial concentrations, stages of development, and floe\-size codes in rows below\.Recent advances in deep learning have opened new opportunities to automate sea\-ice type prediction and support ice\-chart generation\([Li et al\., 2024](https://arxiv.org/html/2609.16347#bib.bib2);[Jalayer et al\., 2025](https://arxiv.org/html/2609.16347#bib.bib51);[Taleghan et al\., 2025b](https://arxiv.org/html/2609.16347#bib.bib50)\)\. By extracting spatial and textural features from SAR imagery, deep learning models can overcome the constraints of manual interpretation, enabling more scalable and timely ice charting\. However, training such models requires labeled data at the pixel or patch level — labels that are rarely available for sea ice; ice charts provide only polygon\-level annotations\. As a result, supervised approaches convert polygon annotations into pixel\- or patch\-level labels by assigning each sample the dominant ice type of its parent polygon, thereby reducing the egg code’s multi\-label proportional structure to a single class\([Park et al\., 2020](https://arxiv.org/html/2609.16347#bib.bib4);[Boulze et al\., 2020](https://arxiv.org/html/2609.16347#bib.bib64);[Kruk et al\., 2020](https://arxiv.org/html/2609.16347#bib.bib65)\)\. This workaround enables supervised training, but it creates an ill\-posed learning problem: dominant\-label reduction discards partial concentration information, introduces label noise in mixed polygons, and ignores the uncertainty inherent in training from heterogeneous polygon\-level annotations\. The mismatch between the polygon\-level proportion annotations available in ice charts and the pixel\-level labels required by standard supervised methods defines the core challenge of this work\. Rather than inferring noisy dominant\-class labels, we preserve the original structure of ice\-chart supervision by treating each polygon as a bag of unlabeled image patches whose collective composition is described by label proportions\. This setting naturally aligns with Multiple Instance Learning \(MIL\), where supervision is provided for bags rather than individual instances\([Dietterich et al\., 1997](https://arxiv.org/html/2609.16347#bib.bib6);[Maron and Lozano\-Pérez, 1997](https://arxiv.org/html/2609.16347#bib.bib7)\), and with Learning with Label Proportions \(LLP\), where aggregated instance predictions are trained to match known bag\-level class proportions\([Quadrianto et al\., 2008](https://arxiv.org/html/2609.16347#bib.bib8)\)\. Because ice\-chart polygons may contain multiple co\-occurring ice types, the resulting task is both multi\-label and proportion\-based\. This formulation avoids dominant\-class assumptions and directly leverages the full annotation richness of operational ice charts\. We propose a two\-module framework that mirrors the structure of the ice\-charting task\. The first module performs coarse water–ice classification using a MIL formulation\. The second module estimates the ice\-type composition of ice polygons using multi\-label proportion learning \(MLPL\)\. In the second module, the core SAR\-only model uses evidential Dirichlet aggregation, allowing patches to contribute variable evidence to polygon\-level proportion estimates rather than forcing every patch to contribute equal softmax mass\. This is important because boundary patches, ambiguous textures, and mixed regions should not influence the bag\-level estimate in the same way as visually informative ice\-type patterns\. As an extension, we introduce a multimodal auxiliary\-regularized architecture that integrates SAR imagery with AMSR2 brightness temperatures and ERA5 atmospheric reanalysis fields through AMSR2 ice\-concentration consistency and ERA5 environmental\-compatibility regularization\. The main contributions of this work are: \(1\) we formulate the polygon\-level labeling stage of operational sea\-ice charting as a weakly supervised problem that preserves partial concentrations instead of reducing each polygon to a dominant class, and introduce a two\-module framework that combines binary MIL with multi\-label proportion learning: first identifying ice\-covered polygons, then predicting fine\-grained multi\-label ice\-type proportions directly from polygon\-level concentration labels; \(2\) we adapt evidential Dirichlet aggregation to bag\-level sea\-ice proportion learning, allowing patches to contribute variable evidence rather than equal softmax mass; and \(3\) we extend the framework with modality\-guided auxiliary regularization, incorporating AMSR2 ice\-concentration consistency and ERA5 environmental compatibility\. Additionally, we investigate bag\-size calibration and uncertainty\-weighted Dirichlet training as extensions that further improve proportion accuracy, and analyze the trade\-off between patch\-selection budget and prediction performance\. The remainder of the paper is organized as follows: Section 2 reviews related work, Section 3 presents the methodology, Section 4 reports the experiments and results, and Section 5 concludes the paper\. ## 2\.Related Work ### 2\.1\.Sea Ice Type Classification Supervised sea ice classification methods aim to automatically identify and distinguish ice types from satellite imagery using labeled training data\. Early CNN\-based studies demonstrated the feasibility of deep learning for sea ice classification\. Li et al\.\([Li et al\., 2017](https://arxiv.org/html/2609.16347#bib.bib41)\)applied CNNs to Gaofen\-3 SAR imagery to distinguish ice from open water, and Boulze et al\.\([Boulze et al\., 2020](https://arxiv.org/html/2609.16347#bib.bib64)\)used CNNs on Sentinel\-1 data to classify ice types with higher accuracy than traditional methods\. Deeper architectures such as AlexNet\([Krizhevsky et al\., 2012](https://arxiv.org/html/2609.16347#bib.bib34)\), VGG16\([Simonyan and Zisserman, 2014](https://arxiv.org/html/2609.16347#bib.bib35)\), ResNet\([He et al\., 2016](https://arxiv.org/html/2609.16347#bib.bib36)\), and DenseNet\([Huang et al\., 2017](https://arxiv.org/html/2609.16347#bib.bib43)\)further improved performance through hierarchical feature extraction and residual learning\. Xu et al\.\([Xu and Scott, 2017](https://arxiv.org/html/2609.16347#bib.bib44)\)fine\-tuned AlexNet for SAR\-based ice–water classification, while Khaleghian et al\.\([Khaleghian et al\., 2021](https://arxiv.org/html/2609.16347#bib.bib42)\)showed VGG16’s superiority with augmented training\. Specialized, attention\-based, and multi\-sensor architectures further improved sea\-ice classification from SAR data\([Song et al\., 2018](https://arxiv.org/html/2609.16347#bib.bib37);[Lyu et al\., 2022](https://arxiv.org/html/2609.16347#bib.bib38);[Zhang et al\., 2021](https://arxiv.org/html/2609.16347#bib.bib39);[Kruk et al\., 2020](https://arxiv.org/html/2609.16347#bib.bib65);[Han et al\., 2022](https://arxiv.org/html/2609.16347#bib.bib67);[Chen et al\., 2023](https://arxiv.org/html/2609.16347#bib.bib40)\)\. IceBench\([Taleghan et al\., 2025a](https://arxiv.org/html/2609.16347#bib.bib48)\)provided a standardized benchmark for sea\-ice type classification using representative CNN models and common metrics\. Despite these advances, supervised methods often reduce mixed polygons to single labels\. In contrast, our work learns directly from polygon\-level multi\-label proportions, preserving mixed ice\-type composition\. ### 2\.2\.Multi Instance Learning Multiple Instance Learning \(MIL\) is a weakly supervised framework in which labels are assigned to bags of instances rather than individual samples\([Dietterich et al\., 1997](https://arxiv.org/html/2609.16347#bib.bib6);[Maron and Lozano\-Pérez, 1997](https://arxiv.org/html/2609.16347#bib.bib7)\)\. Under the classical assumption, a positive bag contains at least one positive instance, while a negative bag contains only negative instances\. MIL has since been extended to diverse applications in computer vision, remote sensing, and medical imaging\([Amores, 2013](https://arxiv.org/html/2609.16347#bib.bib9);[Carbonneau et al\., 2018](https://arxiv.org/html/2609.16347#bib.bib10);[Quellec et al\., 2017](https://arxiv.org/html/2609.16347#bib.bib12)\)\. Traditional MIL uses models such as kNN, SVMs, and decision trees\([Wang and Zucker, 2000](https://arxiv.org/html/2609.16347#bib.bib13);[Andrews et al\., 2002](https://arxiv.org/html/2609.16347#bib.bib14);[Chevaleyre and Zucker, 2001](https://arxiv.org/html/2609.16347#bib.bib15)\), while deep MIL typically extracts instance features with CNNs and aggregates them at the bag level\. Mean and max pooling can respectively dilute informative instances or ignore broader context; attention\-based MIL addresses this by learning instance importance weights\([Ilse et al\., 2018](https://arxiv.org/html/2609.16347#bib.bib11)\)\. Attention\-based MIL has progressed from global self\-attention models such as TransMIL\([Shao et al\., 2021](https://arxiv.org/html/2609.16347#bib.bib16)\)to local\-context approaches such as CAMIL\([Fourkioti et al\., 2023](https://arxiv.org/html/2609.16347#bib.bib19)\)\. Other variants introduce clustering, distribution\-guided scoring, pseudo\-bag distillation, graph\-based spatial modeling, and multi\-task or multimodal learning\([Lu et al\., 2021](https://arxiv.org/html/2609.16347#bib.bib20);[Qu et al\., 2022](https://arxiv.org/html/2609.16347#bib.bib18);[Zhang et al\., 2022](https://arxiv.org/html/2609.16347#bib.bib17);[Tu et al\., 2019](https://arxiv.org/html/2609.16347#bib.bib21);[Pal et al\., 2022](https://arxiv.org/html/2609.16347#bib.bib22);[Li et al\., 2021](https://arxiv.org/html/2609.16347#bib.bib23);[Ren et al\., 2025](https://arxiv.org/html/2609.16347#bib.bib24);[Luo et al\., 2025](https://arxiv.org/html/2609.16347#bib.bib25)\)\. In sea\-ice mapping, Alter\-CNN uses polygon\-level proportions to infer pixel\-level ice/water labels\([Li and Taylor, 2015](https://arxiv.org/html/2609.16347#bib.bib53)\), whereas our method directly predicts polygon\-level ice\-type proportions\. Multi\-Instance Multi\-Label Learning \(MIML\) extends MIL to bags associated with multiple labels\. Zhou et al\.\([Zhou et al\., 2012](https://arxiv.org/html/2609.16347#bib.bib26)\)formalized this setting and introduced methods such as MimlBoost and MimlSvm, while later deep approaches such as MIML\-FCN\+ incorporated fully convolutional networks\([Yang et al\., 2017](https://arxiv.org/html/2609.16347#bib.bib27)\)\. MIL is used in remote sensing to learn from coarse labels by treating images or regions as bags and pixels, spectra, patches, or superpixels as instances\. Applications include hyperspectral target characterization\([Jiao et al\., 2018](https://arxiv.org/html/2609.16347#bib.bib54)\), attention\-based scene classification\([Li et al\., 2020](https://arxiv.org/html/2609.16347#bib.bib55)\), superpixel\-based hyperspectral classification\([Huang et al\., 2024](https://arxiv.org/html/2609.16347#bib.bib56)\), and multi\-resolution Earth\-observation learning\([Early et al\., 2023](https://arxiv.org/html/2609.16347#bib.bib57)\)\. However, classical MIL typically assumes binary or categorical bag\-level labels and does not directly represent the fractional composition of multiple co\-occurring classes\. Although MIML extends MIL to multiple labels per bag, it generally models label presence rather than their associated proportions\. ### 2\.3\.Learning with Label Proportion Learning With Label Proportions \(LLP\) extends weak supervision by providing class proportions for each bag rather than instance labels\([Quadrianto et al\., 2008](https://arxiv.org/html/2609.16347#bib.bib8);[Rüping, 2010](https://arxiv.org/html/2609.16347#bib.bib66)\)\. Early methods adapted conventional classifiers, such as Proportional SVM \(∝\\proptoSVM\), to enforce bag\-level proportion constraints\([Yu et al\., 2013](https://arxiv.org/html/2609.16347#bib.bib28)\)\. More recent approaches include EasyLLP, which reconstructs instance\-level losses from bag proportions\([Busa\-Fekete et al\., 2023](https://arxiv.org/html/2609.16347#bib.bib29)\), LLP\-BP, which refines pseudo\-instance labels using belief propagation\([Havaldar et al\., 2024](https://arxiv.org/html/2609.16347#bib.bib52)\), and theoretically grounded formulations under mutual contamination\([Scott and Zhang, 2020](https://arxiv.org/html/2609.16347#bib.bib30)\)\. Deep and generative LLP methods have also been proposed, including LLP\-GAN\([Liu et al\., 2019](https://arxiv.org/html/2609.16347#bib.bib33)\)and the Batch Averager framework, which averages instance predictions within each bag and matches them to known proportions using KL divergence\([Ardehaly and Culotta, 2017](https://arxiv.org/html/2609.16347#bib.bib31)\)\. In sea\-ice applications, MIPL\-Ice\([Taleghan et al\., 2022](https://arxiv.org/html/2609.16347#bib.bib32)\)introduced an initial LLP\-based framework for polygon\-level multi\-class classification, but did not fully develop or evaluate the multi\-instance proportion\-learning setting considered here\. In remote sensing, LLP has been applied to SAR classification, crop mapping, and satellite imagery using aggregate proportion labels\([Ding et al\., 2017](https://arxiv.org/html/2609.16347#bib.bib58);[La Rosa and Oliveira, 2022](https://arxiv.org/html/2609.16347#bib.bib59);[La Rosa et al\., 2023](https://arxiv.org/html/2609.16347#bib.bib60);[Ramos\-Pollán and González, 2025](https://arxiv.org/html/2609.16347#bib.bib61)\)\. However, LLP is commonly formulated for proportions of mutually exclusive instance classes and does not explicitly address settings where multiple co\-occurring labels and their partial concentrations are jointly represented at the bag level\. ## 3\.Methodology Our approach mirrors manual ice charting: first separating open water from ice\-covered regions, then estimating ice\-type composition within the ice\. This motivates a two\-module weakly supervised architecture\. The first treats water–ice discrimination as a binary MIL problem, while the second uses Multi\-Label Proportion Learning \(MLPL\) to estimate up to three co\-occurring ice types from polygon\-level partial concentrations\. Both modules use only polygon\-level supervision, with no patch\- or pixel\-level labels\. Figure[2](https://arxiv.org/html/2609.16347#acmlabel2)shows the overall model flow\. Figure 2\.Overview of the proposed model flow structure\.A four\-stage pipeline diagram\. Stage 1: input data consisting of ice bags and water bags of image patches with 16 channels including SAR, AMSR2, and ERA5\. Stage 2: Module 1 classifies ice versus water using MIL pooling and outputs an ice probability per bag\. Stage 3: patch selection extracts patch features and attention weights, clusters patches in feature space with k\-means, and selects representative high\-attention patches\. Stage 4: Module 2 takes the selected patches and predicts multi\-label ice\-type proportions per bag over seven classes using class\-specific attention pooling, with proportions summing to one\.### 3\.1\.Problem Formulation Formalizing this setup, we represent each annotated polygon as a weakly supervised bag of image patches\. For polygonii, the bag is defined asℬi=\{xi1,…,xiNi\}\\mathcal\{B\}\_\{i\}=\\\{x\_\{i1\},\\ldots,x\_\{iN\_\{i\}\}\\\}, wherexij∈ℝH×W×Mx\_\{ij\}\\in\\mathbb\{R\}^\{H\\times W\\times M\}denotes thejj\-th extracted patch,MMis the number of input channels, andNiN\_\{i\}is the number of valid patches in the polygon\. The patches are generated on a regular grid over the polygon bounding box and are retained only when the fraction of patch pixels falling inside the polygon exceeds a predefined coverage threshold\. Because ice\-chart polygons are irregular, some retained patches may intersect polygon boundaries\. For these boundary patches, pixels outside the polygon are imputed from valid pixels inside the same polygon, so that background or zero\-padding artifacts are not introduced into the MIL bag\. Each training bag is constructed from patches contained within an ice\-chart polygon\. The corresponding polygon\-level water/ice type provides the weak supervision signal for the ice–water classification module\. The objective of this module is to learn a binary MIL classifier that aggregates patch\-level evidence to predict a bag\-level water–ice label: \(1\)y^ibin=fθice\(ℬi\),\\hat\{y\}\_\{i\}^\{\\mathrm\{bin\}\}=f\_\{\\theta\}^\{\\mathrm\{ice\}\}\(\\mathcal\{B\}\_\{i\}\),whereyibin∈\{0,1\}y\_\{i\}^\{\\mathrm\{bin\}\}\\in\\\{0,1\\\}denotes the polygon\-level water\-ice label, withyibin=0y\_\{i\}^\{\\mathrm\{bin\}\}=0for open water andyibin=1y\_\{i\}^\{\\mathrm\{bin\}\}=1for sea ice\. For polygons labeled as sea ice, the egg\-code provides a more detailed description of the ice composition\. Specifically, it records up to three dominant ice types\(SA,SB,SC\)\(S\_\{A\},S\_\{B\},S\_\{C\}\), listed in descending order of thickness, together with their corresponding partial concentrationsCA,CB,CC∈\{10,20,…,100\}C\_\{A\},C\_\{B\},C\_\{C\}\\in\\\{10,20,\\ldots,100\\\}and the total ice concentrationCTCT\. Therefore, each ice polygon is treated as a multi\-label proportion bag: more than one ice type is present, and the label specifies the concentration of each present type\. From these quantities, we construct a bag\-level proportion vector𝐲i=\[yi1,yi2,…,yiK\]∈ΔK−1\\mathbf\{y\}\_\{i\}=\[y\_\{i1\},y\_\{i2\},\\ldots,y\_\{iK\}\]\\in\\Delta^\{K\-1\}overK=7K=7classes: six ice stages and open water\. The six ice classes are New/Nilas, Young/Grey/White, Thin First\-Year, Medium/Thick First\-Year, Old/Multi\-Year, and Glacier ice\. The open\-water component inside an ice polygon is recovered as the complement of the total assigned ice concentration,yi,water=1−∑c=1K−1yic=1−CTy\_\{i,\\mathrm\{water\}\}=1\-\\sum\_\{c=1\}^\{K\-1\}y\_\{ic\}=1\-CT\. The second module operates on ice polygons and learns to estimate the fine\-grained multi\-label ice\-type composition vector𝐲i\\mathbf\{y\}\_\{i\}from the bag of patches\. Its objective is to learn a proportion estimator \(2\)𝐲^i=fθprop\(ℬi\),𝐲^i∈ΔK−1,\\hat\{\\mathbf\{y\}\}\_\{i\}=f\_\{\\theta\}^\{\\mathrm\{prop\}\}\(\\mathcal\{B\}\_\{i\}\),\\qquad\\hat\{\\mathbf\{y\}\}\_\{i\}\\in\\Delta^\{K\-1\},that matches the polygon\-level concentration vector𝐲i\\mathbf\{y\}\_\{i\}\. This corresponds to a multi\-label proportion learning \(MLPL\) setting: the supervision signal is provided only as a polygon\-level vector of ice\-type partial concentrations, while the class identity of each individual patch remains latent\. Because ice\-chart polygons vary substantially in size and shape, the number of patches per bagNiN\_\{i\}is naturally variable\. The model must therefore aggregate information over bags of different cardinalities rather than assuming a fixed number of instances\. ### 3\.2\.Ice\-Water Classification Module The ice\-water classification module is a binary MIL classifier that learns to separate ice\-containing bags from open\-water bags\. For this coarse water\-ice decision, we use the lower\-resolution patch set produced by coarsening the raw 40 m SAR grid by a factor of five\. This is appropriate because the water\-ice boundary is a coarse, visually dominant SAR signal, whereas finer spatial detail is mainly needed for the later ice\-type proportion prediction module\. Given the bag defined above, each patchxijx\_\{ij\}is passed through a convolutional feature extractor to obtain a patch\-level embedding𝐡ijice=ϕθice\(xij\)\\mathbf\{h\}\_\{ij\}^\{\\mathrm\{ice\}\}=\\phi\_\{\\theta\}^\{\\mathrm\{ice\}\}\(x\_\{ij\}\), whereϕθice\\phi\_\{\\theta\}^\{\\mathrm\{ice\}\}denotes the feature extractor of the ice\-water classification module\. The backbone consists of a ResNet feature extractor followed by a feature projection layer\. For standard three\-channel SAR input, the ResNet backbone is used in its conventional form\. For multimodal input, the first convolutional layer is modified to accept the larger number of input channels\. The pretrained weights corresponding to the first three channels are retained, while the additional channel weights are initialized separately and learned during training\. For each patch embedding𝐡ij\\mathbf\{h\}\_\{ij\}, an instance\-level classifier predicts the probability that the patch contains ice,pijice=σ\(gθ\(𝐡ij\)\)p\_\{ij\}^\{\\mathrm\{ice\}\}=\\sigma\(g\_\{\\theta\}\(\\mathbf\{h\}\_\{ij\}\)\), wheregθg\_\{\\theta\}is a multilayer classifier andσ\(⋅\)\\sigma\(\\cdot\)is the sigmoid activation function\. We use attention\-guided top\-kkMIL aggregation\. A learnable two\-layer attention network with a Tanh nonlinearity assigns an importance score to each patch: \(3\)aij=exp\(𝐰2⊤tanh\(𝐖1𝐡ij\)/τ\)∑m=1Niexp\(𝐰2⊤tanh\(𝐖1𝐡im\)/τ\),a\_\{ij\}=\\frac\{\\exp\\\!\\left\(\\mathbf\{w\}\_\{2\}^\{\\top\}\\tanh\(\\mathbf\{W\}\_\{1\}\\mathbf\{h\}\_\{ij\}\)\\,/\\,\\tau\\right\)\}\{\\sum\_\{m=1\}^\{N\_\{i\}\}\\exp\\\!\\left\(\\mathbf\{w\}\_\{2\}^\{\\top\}\\tanh\(\\mathbf\{W\}\_\{1\}\\mathbf\{h\}\_\{im\}\)\\,/\\,\\tau\\right\)\},where𝐖1∈ℝ128×D\\mathbf\{W\}\_\{1\}\\in\\mathbb\{R\}^\{128\\times D\}and𝐰2∈ℝ128\\mathbf\{w\}\_\{2\}\\in\\mathbb\{R\}^\{128\}are the learnable parameters of the attention network, andτ\\tauis the attention temperature\. The aggregation then selects thekkpatches with the largest attention weights,𝒯i=TopK\(\{aij\}j=1Ni,k\)\\mathcal\{T\}\_\{i\}=\\mathrm\{TopK\}\\\!\\left\(\\\{a\_\{ij\}\\\}\_\{j=1\}^\{N\_\{i\}\},k\\right\), wherek=10k=10in our experiments\. The bag\-level ice probability is computed as the mean of the instance predictions over the selected patches:y^iice=1\|𝒯i\|∑j∈𝒯ipijice\\hat\{y\}\_\{i\}^\{\\mathrm\{ice\}\}=\\frac\{1\}\{\|\\mathcal\{T\}\_\{i\}\|\}\\sum\_\{j\\in\\mathcal\{T\}\_\{i\}\}p\_\{ij\}^\{\\mathrm\{ice\}\}\. The binary module is optimized with a focal loss using only bag\-level water–ice labels\. This module encourages the feature extractor to learn representations that distinguish ice\-related SAR and multimodal patterns from open water\. ### 3\.3\.Inter\-module Patch Selection Between the ice\-water classification module and the ice\-type proportion prediction module, we insert an attention\-guided clustering step to select a compact and informative subset of patches from each bag\. This step addresses the fact that ice\-chart polygons can contain many visually redundant patches, making full\-bag training computationally expensive while providing limited additional information\. After the ice\-water classification module, each patch is passed through the trained module to obtain its feature embedding and attention weight\. The patch embeddings are first reduced with PCA and then clustered usingkk\-means withk=7k=7\. The clusters are unsupervised modes in feature space, not class assignments;k=7k=7slightly over\-segments relative to the six ice classes to separate distinct textures—including water\-like regions, which occur within ice polygons because the total ice concentration is below 100%—without creating sparsely populated clusters\. For each cluster, we compute a cluster relevance score as the mean attention weight of the patches assigned to that cluster\. We then select a fixed percentage of the bag’s patches \(the selection budget\) and distribute these slots across clusters in proportion to their relevance scores\. Thus, clusters with higher attention receive more selected patches, while low\-attention clusters contribute fewer or no patches\. Within each cluster, selected patches are chosen by their distance to the cluster centroid, with the closest patches retained first\. This combines two criteria: attention identifies discriminative regions, while clustering preserves visual diversity and avoids selecting only near\-duplicate patches\. The selected subset is then used as the input bag for the ice\-type proportion prediction module\. ### 3\.4\.Sea Ice Type Proportion Prediction Module The second module addresses the analyst’s fine decision: given that a region contains ice, what is the concentration of each ice type? After inter\-module patch selection, the sea ice type proportion prediction module operates on higher\-resolution patches from the ice polygon\. The higher\-resolution patches are used here because distinguishing ice stages of development requires finer textural detail than separating water from ice\. The target is a multi\-label proportion vector𝐲i∈ΔK−1\\mathbf\{y\}\_\{i\}\\in\\Delta^\{K\-1\}where up to three ice types may be present in the same polygon with corresponding partial concentrations\. This module is trained under a multi\-label proportion learning \(MLPL\) formulation, since each polygon may contain several ice types simultaneously and the supervision specifies their partial concentrations rather than a single class label\. Each selected patchxijx\_\{ij\}is encoded by the proportion prediction backbone to obtain a feature vector𝐡ij=ϕθprop\(xij\)\\mathbf\{h\}\_\{ij\}=\\phi\_\{\\theta\}^\{\\mathrm\{prop\}\}\(x\_\{ij\}\),𝐡ij∈ℝD\\mathbf\{h\}\_\{ij\}\\in\\mathbb\{R\}^\{D\}, whereϕθprop\\phi\_\{\\theta\}^\{\\mathrm\{prop\}\}denotes the backbone of the proportion prediction module\. The backbone consists of a ResNet50 feature extractor followed by a feature projection layer\. A patch\-level instance head then produces class logits𝐨ij=rθprop\(𝐡ij\)\\mathbf\{o\}\_\{ij\}=r\_\{\\theta\}^\{\\mathrm\{prop\}\}\(\\mathbf\{h\}\_\{ij\}\),𝐨ij∈ℝK\\mathbf\{o\}\_\{ij\}\\in\\mathbb\{R\}^\{K\}\. For the standard proportion model, the logits are mapped to patch\-level class proportions using a simplex\-valued activation,𝐩ij=A\(𝐨ij\)\\mathbf\{p\}\_\{ij\}=A\(\\mathbf\{o\}\_\{ij\}\), whereA\(⋅\)A\(\\cdot\)is either softmax or, in the sparse variant,entmax1\.5\\mathrm\{entmax\}\_\{1\.5\}\. The entmax activation allows sparse class\-proportion vectors, which is appropriate for ice\-chart polygons because only a small subset of the possible ice classes is usually present\. The bag\-level proportion estimate is obtained by averaging the patch\-level proportion vectors over the selected bag: \(4\)𝐲^i=1Ni∑j=1Ni𝐩ij\.\\hat\{\\mathbf\{y\}\}\_\{i\}=\\frac\{1\}\{N\_\{i\}\}\\sum\_\{j=1\}^\{N\_\{i\}\}\\mathbf\{p\}\_\{ij\}\.This softmax\-mean aggregation defines the baseline proportion model\. The model is optimized by matching this bag\-level prediction to the egg\-code\-derived concentration vector: \(5\)ℒprop=DKL\(𝐲i∥𝐲^i\)\.\\mathcal\{L\}\_\{\\mathrm\{prop\}\}=D\_\{\\mathrm\{KL\}\}\\left\(\\mathbf\{y\}\_\{i\}\\,\\\|\\,\\hat\{\\mathbf\{y\}\}\_\{i\}\\right\)\. #### Evidential Dirichlet Proportion Head\. The softmax\-mean baseline maps each patch to a normalized class\-proportion vector and then averages these vectors across the bag\. This imposes a sum\-to\-one constraint on every patch prediction, so each patch contributes the same total probability mass regardless of its informativeness\. In weakly supervised sea\-ice proportion prediction, this assumption can be restrictive: ambiguous or texture\-poor patches are averaged with highly informative patches and may dilute the bag\-level prediction toward a less discriminative composition\. To relax this constraint, we use an evidential Dirichlet proportion head inspired by evidential deep learning\([Sensoy et al\., 2018](https://arxiv.org/html/2609.16347#bib.bib47)\)\. Rather than applying softmax to the patch logits, the model maps each patch logit vector𝐨ij\\mathbf\{o\}\_\{ij\}to a non\-negative evidence vector𝐞ij=softplus\(𝐨ij\)=log\(1\+exp\(𝐨ij\)\)\\mathbf\{e\}\_\{ij\}=\\mathrm\{softplus\}\(\\mathbf\{o\}\_\{ij\}\)=\\log\(1\+\\exp\(\\mathbf\{o\}\_\{ij\}\)\)\. Unlike softmax probabilities, the evidence values are not constrained to sum to one\. Their relative magnitudes determine the class direction of the prediction, while their absolute magnitudes allow patches to contribute different amounts of evidence\. For polygonii, patch\-level evidence is aggregated across the bag as𝐄i=∑j=1Ni𝐞ij\\mathbf\{E\}\_\{i\}=\\sum\_\{j=1\}^\{N\_\{i\}\}\\mathbf\{e\}\_\{ij\}\. Because polygons contain different numbers of patches, the aggregated evidence is normalized by bag size before being converted into a Dirichlet concentration parameter,𝜶i=𝟏\+s𝐄i/Ni\\boldsymbol\{\\alpha\}\_\{i\}=\\mathbf\{1\}\+s\\mathbf\{E\}\_\{i\}/N\_\{i\}, wheressis an evidence scaling factor and𝟏\\mathbf\{1\}denotes a uniform Dirichlet prior\. The predicted bag\-level proportion vector is the mean of the Dirichlet distribution,𝐲^i=𝜶i/αi0\\hat\{\\mathbf\{y\}\}\_\{i\}=\\boldsymbol\{\\alpha\}\_\{i\}/\\alpha\_\{i0\}, whereαi0=∑c=1Kαic\\alpha\_\{i0\}=\\sum\_\{c=1\}^\{K\}\\alpha\_\{ic\}\. Thus, the direction of𝜶i\\boldsymbol\{\\alpha\}\_\{i\}determines the predicted ice\-type composition, while the total concentrationαi0\\alpha\_\{i0\}provides a relative proxy for the amount of evidence accumulated for the bag\. In this work, we use the Dirichlet formulation primarily as an evidence\-weighted aggregation mechanism, rather than as a fully calibrated uncertainty estimator\. The target polygon\-level proportion vector is also represented as a Dirichlet distribution\. To avoid degenerate zero entries, the target vector is first Laplace\-smoothed as𝐲~i=\(𝐲i\+ε/K\)/\(1\+ε\)\\tilde\{\\mathbf\{y\}\}\_\{i\}=\(\\mathbf\{y\}\_\{i\}\+\\varepsilon/K\)/\(1\+\\varepsilon\)\. The smoothed target is then converted into a target Dirichlet parameter𝜷i=𝟏\+κ𝐲~i\\boldsymbol\{\\beta\}\_\{i\}=\\mathbf\{1\}\+\\kappa\\tilde\{\\mathbf\{y\}\}\_\{i\}, whereκ\\kappacontrols the concentration of the target distribution\. The evidential head is trained by minimizing the closed\-form KL divergence between the predicted and target Dirichlet distributions,ℒDir=DKL\[Dir\(𝜶i\)∥Dir\(𝜷i\)\]\\mathcal\{L\}\_\{\\mathrm\{Dir\}\}=D\_\{\\mathrm\{KL\}\}\\\!\\left\[\\mathrm\{Dir\}\(\\boldsymbol\{\\alpha\}\_\{i\}\)\\,\\\|\\,\\mathrm\{Dir\}\(\\boldsymbol\{\\beta\}\_\{i\}\)\\right\]\. Unlike the simplex KL of the softmax\-mean baseline in Eq\. \([5](https://arxiv.org/html/2609.16347#S3.E5)\), which places the target first, the closed\-form Dirichlet divergence places the predicted distributionDir\(𝜶i\)\\mathrm\{Dir\}\(\\boldsymbol\{\\alpha\}\_\{i\}\)as its first argument; this is the standard form ofDKLD\_\{\\mathrm\{KL\}\}between two Dirichlet distributions and matches our implementation\. Averaged over theKKclasses for scale comparability with the baseline loss, this divergence expands as ℒDir=1K\(CLOSE\\displaystyle\\mathcal\{L\}\_\{\\mathrm\{Dir\}\}=\\frac\{1\}\{K\}\\Bigg\(logΓ\(αi0\)−logΓ\(βi0\)\\displaystyle\\log\\Gamma\(\\alpha\_\{i0\}\)\-\\log\\Gamma\(\\beta\_\{i0\}\)−∑c=1K\[logΓ\(αic\)−logΓ\(βic\)\]\\displaystyle\-\\sum\_\{c=1\}^\{K\}\\left\[\\log\\Gamma\(\\alpha\_\{ic\}\)\-\\log\\Gamma\(\\beta\_\{ic\}\)\\right\]\(6\)\+∑c=1K\(αic−βic\)\[ψ\(αic\)−ψ\(αi0\)\]\),\\displaystyle\+\\sum\_\{c=1\}^\{K\}\(\\alpha\_\{ic\}\-\\beta\_\{ic\}\)\\left\[\\psi\(\\alpha\_\{ic\}\)\-\\psi\(\\alpha\_\{i0\}\)\\right\]\\Bigg\),whereΓ\(⋅\)\\Gamma\(\\cdot\)andψ\(⋅\)\\psi\(\\cdot\)denote the gamma and digamma functions, respectively\. The1/K1/Kfactor is a constant rescaling that leaves the optimum unchanged and can equivalently be absorbed intoλDir\\lambda\_\{\\mathrm\{Dir\}\}\. For the Dirichlet variant, this term constitutes the proportion objective,ℒprop=λDirℒDir\\mathcal\{L\}\_\{\\mathrm\{prop\}\}=\\lambda\_\{\\mathrm\{Dir\}\}\\mathcal\{L\}\_\{\\mathrm\{Dir\}\}, which replaces Eq\. \([5](https://arxiv.org/html/2609.16347#S3.E5)\)\. This objective encourages the predicted Dirichlet mean to match the polygon\-level ice\-type proportions while also regularizing the total evidence scale\. A prediction with an incorrect class composition and large concentration is penalized more strongly than a similarly incorrect but low\-evidence prediction\. However, since no patch\-level confidence or uncertainty labels are available, we interpretαi0\\alpha\_\{i0\}only as a relative confidence proxy\. Calibration of this quantity is evaluated separately and is not assumed by the model formulation\. ### 3\.5\.Multi\-Modal Extensions The proportion prediction module described above operates exclusively on SAR imagery\. While SAR captures the textural and geometric signatures of ice surfaces, the ice type present in a polygon is also influenced by thermodynamic and oceanographic conditions that a SAR snapshot alone cannot observe\. We extend the proportion prediction module to incorporate three complementary sources of environmental context: AMSR2 passive microwave brightness temperatures, ERA5 atmospheric reanalysis fields, and auxiliary geometric scalars\. These are fused with the SAR backbone in one of two ways, depending on how the non\-SAR channels are coupled with the spatial feature extractor\. Each patch is represented as a 16\-channel tensor\. The channels are organized as follows: three SAR channels \(HH, HV, and incidence angle\), one distance\-to\-land channel, four AMSR2 brightness temperature channels \(T18\.7HT\_\{18\.7\}^\{H\},T18\.7VT\_\{18\.7\}^\{V\},T36\.5HT\_\{36\.5\}^\{H\},T36\.5VT\_\{36\.5\}^\{V\}\), five ERA5 channels \(rotated 10 m u and v wind components, 2 m temperature, total column water vapor, and total column cloud liquid water\), two latitude/longitude channels, and one normalized month channel\. These inputs provide complementary information: SAR captures local backscatter texture and structure at patch resolution, while AMSR2, ERA5, geolocation, and month provide broader thermodynamic, atmospheric, and geographic context\. Because these non\-SAR variables are generally smoother and less spatially resolved than SAR within an individual patch, we evaluate two fusion strategies\. #### Early Fusion In the early\-fusion variant, all 16 channels are passed jointly through the ResNet50 backbone\. The first convolutional layer is adapted to accept 16 input channels, with ImageNet weights retained for the three SAR channels and the remaining thirteen initialized to zero\. #### Late Fusion In the late\-fusion variant, SAR channels are processed by the ResNet50 backbone while the thirteen environmental channels are spatially averaged and encoded by a shallow MLP, producing𝐡ijenv∈ℝDenv\\mathbf\{h\}\_\{ij\}^\{\\mathrm\{env\}\}\\in\\mathbb\{R\}^\{D\_\{\\mathrm\{env\}\}\}\. The two feature vectors are concatenated before the instance proportion head\. Since AMSR2, ERA5, and auxiliary scalars are spatially quasi\-constant at patch resolution, spatial averaging is appropriate and avoids applying convolutional processing to uninformative spatial structure\. #### Modality\-Guided Auxiliary Regularization Building on the late\-fusion architecture, this variant adds two training\-time auxiliary regularizers while leaving the inference architecture unchanged\. Both regularizers are shallow MLPs trained end\-to\-end with the proportion head: one encourages consistency between the predicted total ice concentration and an AMSR2\-derived ice\-concentration signal, and the other provides an ERA5\-driven environmental\-compatibility prior\. The first auxiliary loss encourages the predicted total ice concentration to be consistent with a signal learned from AMSR2 passive\-microwave brightness temperatures\. A three\-layer MLPgθSICg\_\{\\theta\}^\{\\mathrm\{SIC\}\}maps the bag\-mean AMSR2 vector𝐬¯iAMSR2∈ℝ4\\bar\{\\mathbf\{s\}\}\_\{i\}^\{\\mathrm\{AMSR2\}\}\\in\\mathbb\{R\}^\{4\}, formed from\(18\.7H,18\.7V,36\.5H,36\.5V\)\(18\.7\\mathrm\{H\},18\.7\\mathrm\{V\},36\.5\\mathrm\{H\},36\.5\\mathrm\{V\}\), to a scalar ice fractionc^i∈\[0,1\]\\hat\{c\}\_\{i\}\\in\[0,1\]\. The MLP uses hidden layers of width 32 and 16 with ReLU activations and a final sigmoid\. The proportion head is encouraged to predict an ice total, defined as one minus the water\-class proportion, that matches this estimate: \(7\)ℒSIC=\(∑c≠watery^ic−gθSIC\(𝐬¯iAMSR2\)\)2\.\\mathcal\{L\}\_\{\\mathrm\{SIC\}\}=\\left\(\\sum\_\{c\\neq\\mathrm\{water\}\}\\hat\{y\}\_\{ic\}\-g\_\{\\theta\}^\{\\mathrm\{SIC\}\}\\left\(\\bar\{\\mathbf\{s\}\}\_\{i\}^\{\\mathrm\{AMSR2\}\}\\right\)\\right\)^\{2\}\.We learn the AMSR2\-derived ice\-concentration estimate directly from the bag\-mean brightness temperatures, coupling the SAR\-driven proportion estimate to a microwave\-derived total\-ice signal\. The second auxiliary loss,ℒenv\\mathcal\{L\}\_\{\\mathrm\{env\}\}, is a learned environmental\-compatibility regularizer\. Ice type reflects thickness and age accumulated over weeks to years and is interpreted primarily from SAR backscatter and texture, supplemented by passive\-microwave and optical/infrared imagery\([Canadian Ice Service, 2005](https://arxiv.org/html/2609.16347#bib.bib62);[Lavergne and others, 2024](https://arxiv.org/html/2609.16347#bib.bib63)\)\. Atmospheric state does not determine ice type, but it correlates with ice growth and melt regimes, so ERA5 is used only as a soft, data\-driven prior over plausible ice types\. A two\-layer MLPgθenvg\_\{\\theta\}^\{\\mathrm\{env\}\}maps the bag\-mean ERA5 vector𝐞¯i∈ℝ5\\bar\{\\mathbf\{e\}\}\_\{i\}\\in\\mathbb\{R\}^\{5\}, consisting of rotated10m10\\,\\mathrm\{m\}uuandvvwind components,2m2\\,\\mathrm\{m\}temperature, total column water vapor, and total column cloud liquid water, to a per\-class compatibility vector𝝅i∈\[0,1\]K\\boldsymbol\{\\pi\}\_\{i\}\\in\[0,1\]^\{K\}\. The MLP uses one hidden layer of width 32 with ReLU activation and a final sigmoid\. Each entryπic\\pi\_\{ic\}is an end\-to\-end learned compatibility score\. The regularizer discourages the proportion head from assigning mass to classes with low learned compatibility: \(8\)ℒenv\(i\)=∑c=1Ky^ic\(1−πic\)\.\\mathcal\{L\}\_\{\\mathrm\{env\}\}\(i\)=\\sum\_\{c=1\}^\{K\}\\hat\{y\}\_\{ic\}\\bigl\(1\-\\pi\_\{ic\}\\bigr\)\. The final training objective is \(9\)ℒ=ℒprop\+λSICℒSIC\+λenvℒenv,\\mathcal\{L\}=\\mathcal\{L\}\_\{\\mathrm\{prop\}\}\+\\lambda\_\{\\mathrm\{SIC\}\}\\mathcal\{L\}\_\{\\mathrm\{SIC\}\}\+\\lambda\_\{\\mathrm\{env\}\}\\mathcal\{L\}\_\{\\mathrm\{env\}\},whereλSIC\\lambda\_\{\\mathrm\{SIC\}\}andλenv\\lambda\_\{\\mathrm\{env\}\}control the relative contribution of the two auxiliary terms\. Both auxiliary heads are trained end\-to\-end from the polygon\-level objective, with the environmental loss acting as a soft regularizer whose influence decreases as the learned compatibility scores increase\. Its contribution is further limited byλenv=0\.1\\lambda\_\{\\mathrm\{env\}\}=0\.1, withλSIC=0\.5\\lambda\_\{\\mathrm\{SIC\}\}=0\.5\. Both auxiliary losses are used only during training; at inference, predictions are produced by the proportion head alone\. ## 4\.Experimental Evaluation This section describes the dataset, preprocessing pipeline, model configurations, training setup, evaluation metrics, baselines, and experimental results used to assess the proposed framework\. ### 4\.1\.Dataset and Preprocessing We evaluate on the raw AI4Arctic Sea Ice Challenge Dataset\([Buus\-Hinkler et al\., 2022](https://arxiv.org/html/2609.16347#bib.bib45);[Stokholm et al\., 2024](https://arxiv.org/html/2609.16347#bib.bib46)\), released by DTU, DMI, and NERSC for the ESA AutoICE challenge\. The dataset contains 513 Sentinel\-1 Extra\-Wide GRD scenes acquired over the Canadian and Greenlandic Arctic between January 2018 and December 2021\. Each scene has40m40\\,\\text\{m\}pixel spacing, dual\-polarization HH/HV SAR channels, co\-located AMSR2 passive\-microwave measurements, ERA5 weather variables, and manually produced WMO egg\-code ice charts from the Greenland Ice Service and Canadian Ice Service\. We use the raw dataset because it preserves the complete polygon\-level egg\-code information, including all ice types and their partial concentrations\. This proportion\-based supervision is required by the proposed model formulation\. WMO stage\-of\-development codes are grouped into six ice\-type classes, listed in Table[1](https://arxiv.org/html/2609.16347#S4.T1); an additional open\-water classC6C\_\{6\}is recovered within each ice polygon as the residual1−CT1\-CT\. Table 1\.Mapping from WMO stage\-of\-development codes to target classes\.Table 2\.Input channels for SAR\-only and multimodal settings\.Each ice\-chart polygon is rasterized onto the SAR grid and tiled into non\-overlapping20×2020\\times 20\-pixel patches\. Before patch extraction, 203 polygons with inconsistent concentration labels were removed, retaining only those satisfyingCT=CA\+CB\+CCC\_\{T\}=C\_\{A\}\+C\_\{B\}\+C\_\{C\}\. Candidate patches are kept when at least 10% of their pixels lie inside the polygon; remaining out\-of\-polygon pixels are filled using nearest\-neighbour imputation from in\-polygon pixels\. Module 2 uses patches at the raw SAR resolution \(40m40\\,\\mathrm\{m\}\), while Module 1 uses a coarser patch set obtained by downsampling the SAR grid by a factor of 5 \(200m200\\,\\mathrm\{m\}\)\. Auxiliary non\-SAR channels are resampled using bilinear interpolation to the SAR grid\. Patch locations are defined at the raw grid\-spacing and projected to the coarser grid to preserve alignment\. Before inter\-module patch selection, bags contained 1–25,414 raw\-resolution patches, with a mean of 2,973\.4 patches per bag\. The input channels for each setting are summarised in Table[2](https://arxiv.org/html/2609.16347#S4.T2)\. To ensure reliable bag\-level estimates, we exclude polygons with fewer than 1 patch for Module 1 and fewer than 10 patches for Module 2\. All channels arezz\-score normalized using training\-set statistics, and bags are randomly split into 70 / 15 / 15 train, validation, and test sets\. To assess possible scene\-level overlap under this random polygon split, we additionally evaluate a scene\-disjoint split in which all polygons from the same Sentinel\-1 scene are assigned to a single subset\. After filtering, Module 1 contains 7,118 bags: 628 water and 6,490 ice, split into 4,984 training, 1,067 validation, and 1,067 test bags\. Module 2 contains 6,136 ice bags after removing polygons with fewer than 10 valid patches, split into 4,296 training, 920 validation, and 920 test bags\. Figure 3\.Dataset label statistics\.\(a\)Class presence frequency across ice classes\.\(b\)Distribution of the number of ice types per polygon\.Two bar charts\. Left: class presence frequency across six ice classes, with Medium/Thick First\-Year most frequent at 53\.8 percent of bags and Glacier rarest at 12\.7 percent\. Right: distribution of ice types per polygon, with 21\.8 percent of polygons containing one ice type, 42\.4 percent containing two, and 35\.8 percent containing three\.Figure[3](https://arxiv.org/html/2609.16347#acmlabel3)summarizes the label statistics of the ice\-chart polygon dataset\. Medium/Thick FY is the most frequent class, appearing in 53\.8% of bags, while Glacier \(generally icebergs originating from land\-ice\) is the rarest at 12\.7%\. Most polygons are multi\-label: 42\.4% contain two ice types and 35\.8% contain three, meaning 78\.2% contain more than one ice type\. Figure[4](https://arxiv.org/html/2609.16347#acmlabel4)shows per\-class concentration distributions conditioned on class presence, by polygon count \(solid\) and patch area \(hatched\)\. Medium/Thick FY is the most common class \(53\.8%53\.8\\%of polygons\) and Glacier the rarest \(12\.7%12\.7\\%\);78\.2%78\.2\\%of polygons are multi\-label\. Patch\-area weighting shifts these: Glacier covers just2\.6%2\.6\\%of ice area, while Old/Multi\-Year rises from31\.7%31\.7\\%to47\.6%47\.6\\%\. To address imbalance in the SAR\-only model, we use three sampling strategies: undersampling bags dominated by a frequent class with no rare class present, ensuring each rare class appears at least once per mini\-batch, and repeating bags with≥60%\\geq 60\\%concentration of a target class3×3\\times\. The multimodal model uses the unchanged training set so that the effect of auxiliary channels can be evaluated without sampling interventions\. Figure 4\.Per\-class concentration distributions by polygon count \(solid\) and by patch area \(hatched\)\.Six histograms, one per ice class, showing the distribution of partial concentration values from 10 to 100 percent, with solid bars weighted by polygon count and hatched bars weighted by patch area\. Most classes concentrate at low values of 10 to 20 percent, while Medium/Thick First\-Year also shows a peak at 100 percent concentration\. ### 4\.2\.Baselines To evaluate the proposed framework, we compare against supervised IceBench\([Taleghan et al\., 2025a](https://arxiv.org/html/2609.16347#bib.bib48)\)patch classifiers \(CNN, AlexNet, VGG\-16, DenseNet\-121, and ResNet\-50/101/152\)\. Each patch is assigned the dominant ice type of its parent polygon \(argmaxcyc\\arg\\max\_\{c\}y\_\{c\}\) and trained with weighted cross\-entropy; a WeightedRandomSampler further balances training samples\. Bag\-level proportions are obtained by averaging patch\-level softmax predictions\. For weakly supervised baselines, we adapt DeepLLP\([Ardehaly and Culotta, 2017](https://arxiv.org/html/2609.16347#bib.bib31)\), ABMIL\([Ilse et al\., 2018](https://arxiv.org/html/2609.16347#bib.bib11)\), and TransMIL\([Shao et al\., 2021](https://arxiv.org/html/2609.16347#bib.bib16)\)to the same polygon\-level proportion setting\. In our implementation, DeepLLP uses a ResNet\-50 patch encoder followed by a softmax instance\-proportion head, and bag proportions are obtained by averaging patch\-level predictions\. ABMIL replaces the uniform averaging of patch\-level predictions with learned attention\-based aggregation; in our experiments, we evaluate its class\-specific attention variant\. TransMIL is adapted as a context encoder: patch embeddings are first contextualized with Transformer self\-attention, and the resulting patch\-level proportions are then aggregated and trained against the polygon\-level concentration vector\. All weakly supervised baselines use the same selected bags and are optimized using KL\-based proportion supervision\. We additionally evaluate two internal LLP variants\. Softmax \+ WKL uses a single\-head proportion model with softmax\-normalized patch predictions, bag\-level averaging, and weighted KL divergence to address class imbalance in the concentration targets\. Entmax \+ asym\.\(asymmetric\) replaces softmax withentmax1\.5\\mathrm\{entmax\}\_\{1\.5\}to obtain sparser patch\-level distributions and adds an asymmetric penalty to reduce underprediction of rare or high\-concentration ice classes\. Softmax LLP and Entmax LLP are internal LLP variants included as controlled weakly\-supervised comparisons\. ### 4\.3\.Experimental Setup Both modules use separate ResNet\-50 backbones with 512d feature projections and dropout0\.20\.2\. Module 1 is trained as an attention\-top\-kkMIL classifier withk=10k=10, attention temperatureτ=0\.5\\tau=0\.5, focal loss \(γ=2\\gamma=2,α=0\.25\\alpha=0\.25\), Adam optimizer, learning rate5×10−55\{\\times\}10^\{\-5\}, weight decay10−510^\{\-5\}, and early stopping patience 15, for up to 100 epochs\. Module 2 is trained on the top 25% attention\-selected patches\. For the SAR\-only Dirichlet model, module 2 is trained for up to 200 epochs using Adam with learning rate5×10−55\{\\times\}10^\{\-5\}, weight decay10−510^\{\-5\}, cosine scheduling, and early stopping patience 10\. The Dirichlet head uses mean\-scale evidence aggregation withs=κ=100s=\\kappa=100,ε=0\.01\\varepsilon=0\.01, andλDir=1\\lambda\_\{\\mathrm\{Dir\}\}=1\. For the multimodal models, module 2 is trained for up to 100 epochs using Adam with learning rate10−410^\{\-4\}, weight decay10−510^\{\-5\}, cosine scheduling, and early stopping patience 15\. All experiments were run on an NVIDIA RTX PRO 6000 GPU\. ### 4\.4\.Evaluation Metrics For evaluation metric, the ice\-water classification module is evaluated as a binary bag\-level classification problem\. We report bag\-level accuracy, precision, recall, F1 score, and AUROC, with Ice treated as the positive class\. For the sea ice type proportion prediction module, the primary metric is per\-class mean absolute error \(MAE\) between the predicted and true bag\-level proportions: \(10\)MAEc=1\|ℬc\|∑i∈ℬc\|yic−y^ic\|\.\\mathrm\{MAE\}\_\{c\}=\\frac\{1\}\{\|\\mathcal\{B\}\_\{c\}\|\}\\sum\_\{i\\in\\mathcal\{B\}\_\{c\}\}\\left\|y\_\{ic\}\-\\hat\{y\}\_\{ic\}\\right\|\.Here,ℬc\\mathcal\{B\}\_\{c\}denotes the set of test bags in which classccis present\. The overall MAE is reported as the unweighted mean of the per\-class MAE values across the ice classes\. Presence detection is evaluated by thresholding predicted proportions,z^ic=𝟙\[y^ic\>0\.1\]\\hat\{z\}\_\{ic\}=\\mathbb\{1\}\[\\hat\{y\}\_\{ic\}\>0\.1\], using chart\-derived labelszicz\_\{ic\}as ground truth\. We report class\-wise binary F1 scores; the reported average \(Avg\) is unweighted average across ice classes\. ### 4\.5\.Results Table[3](https://arxiv.org/html/2609.16347#S4.T3)reports module 1 test metrics across both configurations\. The SAR\-only attention\-topk model achieves an F1 score of 94\.7 and AUC of 96\.1, establishing a strong binary detection baseline\. Its high precision \(99\.0\) shows that ice predictions are rarely false positives, while recall \(90\.7\) indicates that only a small fraction of ice polygons are missed\. The 16\-channel multimodal early\-fusion model performs worse, with F1=90\.8 and AUC=87\.9\. This likely reflects a scale mismatch: the auxiliary AMSR2, ERA5, geolocation, and seasonal channels are coarse and have similar or the same values for large groups of neighboring patches, so they add limited information for this binary task and may dilute the SAR signal\. Table 3\.Module 1 test results \(binary water vs\. ice\)\.Table[4](https://arxiv.org/html/2609.16347#S4.T4)reports per\-class proportion MAE and Table[5](https://arxiv.org/html/2609.16347#S4.T5)reports per\-class presence F1 for SAR\-only input\. Supervised IceBench classifiers perform poorly because dominant\-class patch labels do not capture the mixed\-proportion structure of ice\-chart polygons\. DenseNet\-121 is the strongest supervised baseline, but it still falls well behind all weakly supervised proportion\-learning methods\. Proportion\-learning baselines improve substantially by optimizing directly on polygon\-level concentration vectors\. DeepLLP lowers MAE to 0\.275 and raises F1 to 40\.0, while ABMIL performs worst among the proportion\-learning baselines, suggesting that shared attention pooling is insufficient for multi\-label ice mixtures\. TransMIL improves further through inter\-patch context, reaching 0\.267 MAE and 47\.6 F1\. The LLP internal variants that built on the same backbone, bags, and KL supervision as our model perform best among non\-Dirichlet methods: WKL and Entmax raise F1 to 52\.0 and 54\.2\. However, both retain higherC3C\_\{3\}MAE than the proposed model, indicating residual bias in high\-concentration proportion prediction\. The proposed Dirichlet head achieves the best overall performance, with 0\.247 MAE and 54\.8 F1, outperforming all baselines on both aggregate metrics\. On a per\-class basis it attains the lowest MAE forC2C\_\{2\},C3C\_\{3\}, andC6C\_\{6\}and the highest F1 for every class exceptC5C\_\{5\}\. Its largest MAE reductions over Entmax occur onC3C\_\{3\}\(0\.387→\\rightarrow0\.320\),C2C\_\{2\}\(0\.308→\\rightarrow0\.276\), andC6C\_\{6\}\(0\.200→\\rightarrow0\.168\)\. By using non\-negative patch evidence instead of a strict softmax constraint, the model down\-weights ambiguous patches and reduces dilution from boundary or texture\-poor regions\. We also evaluate two instance\-label\-reconstruction LLP methods, EasyLLP\([Busa\-Fekete et al\., 2023](https://arxiv.org/html/2609.16347#bib.bib29)\)and LLP\-BP\([Havaldar et al\., 2024](https://arxiv.org/html/2609.16347#bib.bib52)\), adapted to the same bag structure\. EasyLLP produced a proportion MAE of 0\.372, while LLP\-BP improved to 0\.268\. However, both methods still underperformed the Dirichlet head\. This suggests that methods aimed at reconstructing instance labels from bag proportions are less suitable for ambiguous sea\-ice patches, whereas the Dirichlet head better models patch contributions as uncertain evidence\. Table 4\.Module 2 per\-class proportion MAE —SAR\-only\.Table 5\.Module 2 per\-class presence F1 —SAR\-only\.Table 6\.Module 2 per\-class proportion MAE —Multimodal\.Table 7\.Module 2 per\-class presence F1 —Multimodal\.Table[6](https://arxiv.org/html/2609.16347#S4.T6)reports per\-class proportion MAE and Table[7](https://arxiv.org/html/2609.16347#S4.T7)reports per\-class presence F1 for multimodal input\. We denote the late\-fusion model with both modality\-guided auxiliary regularizers as LF \+ Aux\-Cons\. As the supervised multimodal baseline, we use DenseNet\-121, which was selected because it achieved the best performance among the supervised classifiers in the SAR\-only comparison\. DenseNet\-121 obtains an overall MAE of0\.3070\.307, while all proposed multimodal variants achieve much lower errors\. Early Fusion reduces the overall MAE to0\.2220\.222, Late Fusion further improves it to0\.2000\.200, and the LF \+ Aux\-Cons model obtains the best overall MAE of0\.1940\.194\. Late Fusion performs better than Early Fusion, suggesting that SAR and auxiliary environmental variables are more effective when processed separately before feature combination\. This is likely because AMSR2, ERA5, geolocation, and seasonal variables provide broader contextual information, while SAR carries finer spatial and textural information\. The LF \+ Aux\-Cons model gives the lowest MAE forC0C\_\{0\},C1C\_\{1\},C4C\_\{4\}, andC6C\_\{6\}, and matches the best performance forC5C\_\{5\}, showing that the auxiliary regularizers improve proportion prediction across most classes\. The presence F1 results show a similar trend\. The supervised DenseNet\-121 baseline reaches an average F1 of only50\.750\.7, while Early Fusion improves this to73\.473\.4and Late Fusion to76\.976\.9\. The LF \+ Aux\-Cons model achieves the best average F1 of77\.477\.4\. Overall, auxiliary environmental inputs improve both proportion and presence prediction, with the LF \+ Aux\-Cons model performing best\. Late Fusion outperforms Early Fusion by matching each modality to its native scale: AMSR2, ERA5, and geographic scalars are quasi\-constant within a patch, so Early Fusion wastes backbone capacity convolving near\-flat fields, whereas Late Fusion averages them into a MLP and fuses only at the head, leaving SAR texture intact\. Table 8\.Module\-level and end\-to\-end performance of the proposed framework\.Table[8](https://arxiv.org/html/2609.16347#S4.T8)compares Module 2 performance evaluated independently with the full end\-to\-end pipeline\. End\-to\-end composition introduces only a modest increase in MAE, while the reduction in F1 is more noticeable due to errors propagated from Module 1\. This shows that most of the end\-to\-end degradation is caused by gating errors rather than by proportion estimation in Module 2\. Table 9\.Comparison of random polygon\-level and scene\-disjoint evaluation\.Table[9](https://arxiv.org/html/2609.16347#S4.T9)compares the random polygon\-level and scene\-disjoint splits\. The proposed Dirichlet model remains the best\-performing method under the stricter scene\-disjoint evaluation, indicating that its advantage is preserved on unseen scenes\. Table 10\.Multimodal ablation study \(Module 2\)\.#### Ablation and Sensitivity Analysis Table[10](https://arxiv.org/html/2609.16347#S4.T10)reports the auxiliary\-regularizer ablation for the multimodal late fusion backbone\. Removing both auxiliary regularizers already achieves a strong MAE of 0\.200 and mean ice\-class F1 of 76\.9, confirming that the late\-fusion architecture itself captures most of the gain from auxiliary environmental inputs\. Adding the SIC consistency alone reduces overall MAE to 0\.197, with improvements on the thinner ice classesC0C\_\{0\}–C2C\_\{2\}, consistent with passive\-microwave brightness temperatures being particularly informative for distinguishing multi\-year from first\-year ice\. The environmental\-compatibility regularizer alone yields a smaller MAE improvement \(0\.199\), with its gains concentrated onC4C\_\{4\}\(0\.207\) andC6C\_\{6\}\(0\.196\), suggesting that ERA5 atmospheric state provides complementary context\. Combining both auxiliary regularizers achieves the best overall MAE of 0\.194 and mean ice\-class F1 of 77\.4, achieving the lowest MAE on three of the six ice classes \(C0C\_\{0\},C1C\_\{1\},C4C\_\{4\}\) and matching the best result onC5C\_\{5\}\. The complementary class\-level behavior of the two regularizers — SIC improving the thinner classesC0C\_\{0\}–C2C\_\{2\}and environmental compatibility improvingC4C\_\{4\}andC6C\_\{6\}— explains why their combination is better than either alone\. Table[11](https://arxiv.org/html/2609.16347#S4.T11)reports sensitivity of the Dirichlet head to its two key hyperparameters on the SAR\-only configuration\. The evidence scaling factorsscontrols the magnitude of the Dirichlet concentration relative to the KL target \(25% patch budget\)\. Ats=50s=50the model under\-concentrates \(MAE 0\.248, F1 54\.5\), whiles=150s=150introduces over\-sharpening that hurtsC2C\_\{2\}andC3C\_\{3\}\(MAE 0\.258, F1 50\.9\)\. The defaults=100s=100achieves the best MAE \(0\.247\) and F1 \(54\.8\), matching the targetκ=100\\kappa=100scale as intended by the design\. Replacing mean\-scale aggregation with an unnormalized sum raisesC3C\_\{3\}MAE from 0\.320 to 0\.407 and overall MAE to 0\.260 with F1 dropping to 50\.1, confirming that bag\-size invariance is necessary for stable proportion estimates across polygons of varying patch count\. The patch\-selection budget \(top\-%\) controls what fraction of each polygon’s patches is forwarded from Module 1 to Module 2\. Using all patches gives the best MAE \(0\.222\), while a 25% budget reduces computation but worsens MAE to 0\.247 by discarding useful concentration information\. A 75% budget nearly matches the no\-selection baseline \(MAE 0\.226, F1 61\.1\)\. Notably, the multimodal variants reach much stronger results \(0\.194 MAE\) at only the 25% budget, indicating that auxiliary AMSR2 and ERA5 context partly substitutes for patch quantity: with discriminative environmental signal per patch, fewer patches are needed to recover accurate polygon\-level proportions\. In terms of computational cost, Table[12](https://arxiv.org/html/2609.16347#S4.T12)shows that reducing the patch budget from 100% to 25% provides approximately3\.6×3\.6\\timesfaster training in both configurations,4\.2×4\.2\\times\(5\.7×5\.7\\times\) faster SAR\-only \(multimodal\) inference, and roughly4×4\\timeslower peak GPU memory\. Table 11\.Dirichlet head sensitivity analysis \(SAR\-only\)\. Per\-class values are MAE\.Table 12\.Computational efficiency at different patch\-selection budgets\.Table[13](https://arxiv.org/html/2609.16347#S4.T13)reports component ablations on the SAR\-only Dirichlet head, all evaluated using all patches\. Bag\-size calibration scales the Dirichlet concentration parameter by a log\-amplified size factor \(β=0\.25\\beta=0\.25,Nref=2973N\_\{\\text\{ref\}\}=2973\), so that larger polygons produce sharper posteriors and smaller polygons retain a stronger prior pull\. This reduces MAE from 0\.222 to 0\.219 and raises mean ice\-class F1 from 60\.8 to 62\.7, with the largest gains onC0C\_\{0\}andC1C\_\{1\}, at the cost of small degradations onC2C\_\{2\},C4C\_\{4\}, andC5C\_\{5\}\. Uncertainty\-weighted training multiplies each bag’s loss by a confidence weight derived from the Dirichlet vacuity,confw=clamp\(1−K/α0,min=0\.1\)\\text\{conf\}\_\{w\}=\\text\{clamp\}\(1\-K/\\alpha\_\{0\},\\;\\text\{min\}=0\.1\), down\-weighting ambiguous bags early in training when the evidence head is uninformative\. This yields the best overall result, reducing MAE to 0\.213 and raising mean ice\-class F1 to 63\.8, with notable gains onC3C\_\{3\}\(0\.292 vs\. 0\.323\) andC5C\_\{5\}\(0\.166 vs\. 0\.172\)\. Self\-training with pseudo\-labels blends each bag’s KL target with the model’s own high\-confidence Dirichlet prediction after a warm\-up of 30 epochs\. Bags whose total evidenceα0≥150\\alpha\_\{0\}\\geq 150are assigned a blended target𝐲~i=0\.5𝐲i\+0\.5𝐲^i\\tilde\{\\mathbf\{y\}\}\_\{i\}=0\.5\\,\\mathbf\{y\}\_\{i\}\+0\.5\\,\\hat\{\\mathbf\{y\}\}\_\{i\}, where𝐲^i=𝜶i/αi0\\hat\{\\mathbf\{y\}\}\_\{i\}=\\boldsymbol\{\\alpha\}\_\{i\}/\\alpha\_\{i0\}is the model’s current estimate; ambiguous bags retain their original egg\-code labels\. This achieves MAE 0\.216, with gains onC0C\_\{0\}–C4C\_\{4\}\(e\.g\.,C1C\_\{1\}: 0\.211 vs\. 0\.233\), but degrades the rareC5C\_\{5\}class \(0\.206 vs\. 0\.172\) and yields lower mean F1 \(61\.7\) than uncertainty weighting, suggesting that blending model predictions into rare\-class targets can degrade class\-presence detection\. Table 13\.Dirichlet head component ablation \(SAR\-only\), 100% patch budget\. F1 = mean F1 over ice classes \(%\)\. ## 5\.Conclusions and Future Work We presented a weakly supervised framework for sea ice type proportion prediction from SAR imagery using only WMO egg\-code polygon labels, without patch\-level annotation\. The framework first separates water from ice, then estimates multi\-label ice\-type proportions within ice polygons\. The SAR\-only Dirichlet model improves over the baselines by replacing fixed softmax aggregation with evidential aggregation, allowing patches to contribute according to their evidence\. Adding multimodal auxiliary context further improves performance\. The late\-fusion model with both auxiliary regularizers achieves the best results, with an overall MAE of 0\.194 and mean ice\-class F1 of 77\.4%\. Future work will extend the framework in several directions\. First, calibrating the Dirichlet evidence could provide meaningful uncertainty estimates for identifying ambiguous polygons that require analyst review, and could support an active\-learning strategy that prioritizes uncertain samples for expert annotation\. Second, the current two\-module architecture could be extended toward joint multi\-task learning with a shared feature encoder, while graph\-based spatial modeling could explicitly capture relationships among neighboring patches\. ###### Acknowledgements\. This research was funded by the National Science Foundation \(NSF\) under grant number 2531101\. ## References - Amores \(2013\)J\. AmoresMultiple instance classification: review, taxonomy and comparative study\.Artificial Intelligence201,pp\. 81–105\.External Links:ISSN 0004\-3702,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.artint.2013.06.003),[Link](https://www.sciencedirect.com/science/article/pii/S0004370213000581)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Andrewset al\.\(2002\)S\. Andrews, I\. Tsochantaridis, and T\. HofmannSupport vector machines for multiple\-instance learning\.InAdvances in Neural Information Processing Systems \(NIPS\),Vol\.15,Cambridge, MA, USA,pp\. 561–568\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Ardehaly and Culotta \(2017\)E\. M\. Ardehaly and A\. CulottaCo\-training for demographic classification using deep learning from label proportions\.InProceedings of the IEEE International Conference on Data Mining Workshops \(ICDMW\),New Orleans, LA, USA,pp\. 1017–1024\.Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1),[§4\.2](https://arxiv.org/html/2609.16347#S4.SS2.p1.1)\. - Boulzeet al\.\(2020\)H\. Boulze, A\. Korosov, and J\. BrajardClassification of sea ice types in sentinel\-1 sar data using convolutional neural networks\.Remote Sensing12\(13\),pp\. 2165\.External Links:[Document](https://dx.doi.org/10.3390/rs12132165)Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p3.1),[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Busa\-Feketeet al\.\(2023\)R\. Busa\-Fekete, H\. S\. Choi, T\. Dick, C\. Gentile, and A\. Munoz MedinaEasy learning from label proportions\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.36,Red Hook, NY, USA,pp\. 14957–14968\.Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1),[§4\.5](https://arxiv.org/html/2609.16347#S4.SS5.p3.1)\. - Buus\-Hinkleret al\.\(2022\)J\. Buus\-Hinkler, T\. Wulf, A\. R\. Stokholm, A\. Korosov, R\. Saldo, L\. T\. Pedersen, D\. Arthurs, R\. Solberg, N\. Longépé, and M\. B\. KreinerRaw AI4Arctic Sea Ice Challenge Dataset\.Technical University of Denmark\.External Links:[Link](https://data.dtu.dk/articles/dataset/Raw_AI4Arctic_Sea_Ice_Challenge_Dataset/21284967),[Document](https://dx.doi.org/10.11583/DTU.21284967.v3)Cited by:[§4\.1](https://arxiv.org/html/2609.16347#S4.SS1.p1.1)\. - Canadian Ice Service \(2005\)Canadian Ice ServiceManual of standard procedures for observing and reporting ice conditions \(manice\)\.9 edition,Environment and Climate Change Canada\.Note:Stage of development defined by ice thickness and age; Chapters 1 and 3Cited by:[§3\.5](https://arxiv.org/html/2609.16347#S3.SS5.SSS0.Px3.p3.1)\. - Carbonneauet al\.\(2018\)M\. Carbonneau, V\. Cheplygina, E\. Granger, and G\. GagnonMultiple instance learning: a survey of problem characteristics and applications\.Pattern Recognition77,pp\. 329–353\.External Links:ISSN 0031\-3203,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.patcog.2017.10.009),[Link](https://www.sciencedirect.com/science/article/pii/S0031320317304065)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Center \(2022\)U\.S\. N\. I\. CenterU\.s\. national ice center arctic and antarctic sea ice charts in sigrid\-3 format, version 1\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p2.1)\. - Chenet al\.\(2023\)X\. Chen, M\. Patel, F\. Pena Cantu, J\. Park, J\. Noa Turnes, L\. Xu, and D\. A\. ClausiMMSeaIce: multi\-task mapping of sea ice parameters from ai4arctic sea ice challenge dataset\.EGUsphere,pp\. 1–17\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Chevaleyre and Zucker \(2001\)Y\. Chevaleyre and J\. ZuckerSolving multiple\-instance and multiple\-part learning problems with decision trees and rule sets: application to the mutagenesis problem\.InProceedings of the Conference of the Canadian Society for Computational Studies of Intelligence,Berlin, Heidelberg,pp\. 204–214\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Dierking \(2013\)W\. DierkingSea ice monitoring by synthetic aperture radar\.Oceanography26\(2\),pp\. 100–111\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p1.1)\. - Dietterichet al\.\(1997\)T\. G\. Dietterich, R\. H\. Lathrop, and T\. Lozano\-PérezSolving the multiple instance problem with axis\-parallel rectangles\.Artificial Intelligence89\(1\),pp\. 31–71\.External Links:ISSN 0004\-3702,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/S0004-3702%2896%2900034-3),[Link](https://www.sciencedirect.com/science/article/pii/S0004370296000343)Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p4.1),[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Dinget al\.\(2017\)Y\. Ding, Y\. Li, and W\. YuLearning from label proportions for sar image classification\.EURASIP Journal on Advances in Signal Processing2017\(1\),pp\. 44\.External Links:[Document](https://dx.doi.org/10.1186/s13634-017-0478-8)Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Earlyet al\.\(2023\)J\. Early, Y\. C\. Deweese, C\. Evers, and S\. RamchurnExtending scene\-to\-patch models: multi\-resolution multiple instance learning for earth observation\.Environmental Data Science2,pp\. e42\.External Links:[Document](https://dx.doi.org/10.1017/eds.2023.30)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p2.1)\. - Fourkiotiet al\.\(2023\)O\. Fourkioti, M\. De Vries, C\. Jin, D\. C\. Alexander, and C\. BakalCAMIL: context\-aware multiple instance learning for cancer detection and subtyping in whole slide images\.arXiv preprint arXiv:2305\.05314\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Hanet al\.\(2022\)Y\. Han, H\. Shen, Z\. Hong, Y\. Zhang, H\. Pan, R\. Zhou, and J\. WangRemote sensing sea ice classification based on densenet and heterogeneous data fusion\.Journal of Applied Remote Sensing16\(4\),pp\. 044517\.External Links:[Document](https://dx.doi.org/10.1117/1.JRS.16.044517)Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Havaldaret al\.\(2024\)S\. Havaldar, N\. Sharma, S\. Sareen, K\. Shanmugam, and A\. RaghuveerLearning from label proportions: bootstrapping supervised learners via belief propagation\.InInternational Conference on Learning Representations \(ICLR\),Vienna, Austria\.Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1),[§4\.5](https://arxiv.org/html/2609.16347#S4.SS5.p3.1)\. - Heet al\.\(2016\)K\. He, X\. Zhang, S\. Ren, and J\. SunDeep residual learning for image recognition\.InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition \(CVPR\),Las Vegas, NV, USA,pp\. 770–778\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Huanget al\.\(2017\)G\. Huang, Z\. Liu, L\. Van Der Maaten, and K\. Q\. WeinbergerDensely connected convolutional networks\.InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition \(CVPR\),Honolulu, HI, USA,pp\. 4700–4708\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Huanget al\.\(2024\)S\. Huang, Z\. Liu, W\. Jin, and Y\. MuSuperpixel\-based multi\-scale multi\-instance learning for hyperspectral image classification\.Pattern Recognition149,pp\. 110257\.External Links:[Document](https://dx.doi.org/10.1016/j.patcog.2024.110257)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p2.1)\. - Ilseet al\.\(2018\)M\. Ilse, J\. Tomczak, and M\. WellingAttention\-based deep multiple instance learning\.InProceedings of the International Conference on Machine Learning \(ICML\),Stockholm, Sweden,pp\. 2127–2136\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1),[§4\.2](https://arxiv.org/html/2609.16347#S4.SS2.p1.1)\. - Jalayeret al\.\(2025\)S\. Jalayer, S\. Alkaee Taleghan, R\. Pires de Lima, B\. Vahedi, N\. Hughes, F\. Banaei\-Kashani, and M\. KarimzadehEnhancing and interpreting deep learning for sea ice charting using the autoice benchmark\.Remote Sensing Applications: Society and Environment38,pp\. 101538\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p3.1)\. - Jiaoet al\.\(2018\)C\. Jiao, C\. Chen, R\. G\. McGarvey, S\. Bohlman, L\. Jiao, and A\. ZareMultiple instance hybrid estimator for hyperspectral target characterization and sub\-pixel target detection\.ISPRS Journal of Photogrammetry and Remote Sensing146,pp\. 235–250\.External Links:[Document](https://dx.doi.org/10.1016/j.isprsjprs.2018.08.012)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p2.1)\. - Khaleghianet al\.\(2021\)S\. Khaleghian, H\. Ullah, T\. Kræmer, N\. Hughes, T\. Eltoft, and A\. MarinoniSea ice classification of sar imagery based on convolution neural networks\.Remote Sensing13\(9\),pp\. 1734\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Krizhevskyet al\.\(2012\)A\. Krizhevsky, I\. Sutskever, and G\. E\. HintonImageNet classification with deep convolutional neural networks\.InAdvances in Neural Information Processing Systems,Vol\.25,Red Hook, NY, USA,pp\. 1097–1105\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Kruket al\.\(2020\)R\. Kruk, M\. C\. Fuller, A\. S\. Komarov, D\. Isleifson, and I\. JeffreyProof of concept for sea ice stage of development classification using deep learning\.Remote Sensing12\(15\),pp\. 2486\.External Links:[Document](https://dx.doi.org/10.3390/rs12152486)Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p3.1),[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - La Rosaet al\.\(2023\)L\. E\. C\. La Rosa, D\. A\. B\. Oliveira, and P\. GhamisiLearning crop\-type mapping from regional label proportions in large\-scale sar and optical imagery\.IEEE Transactions on Geoscience and Remote Sensing61,pp\. 1–15\.External Links:[Document](https://dx.doi.org/10.1109/TGRS.2023.3318161)Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - La Rosa and Oliveira \(2022\)L\. E\. C\. La Rosa and D\. A\. B\. OliveiraLearning from label proportions with prototypical contrastive clustering\.InProceedings of the AAAI Conference on Artificial Intelligence,Vol\.36,Palo Alto, CA, USA,pp\. 2153–2161\.External Links:[Document](https://dx.doi.org/10.1609/aaai.v36i2.20112)Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Lavergneet al\.\(2024\)T\. Lavergneet al\.Pan\-Arctic sea ice concentration from SAR and passive microwave\.The Cryosphere18,pp\. 5277–5300\.External Links:[Document](https://dx.doi.org/10.5194/tc-18-5277-2024)Cited by:[§3\.5](https://arxiv.org/html/2609.16347#S3.SS5.SSS0.Px3.p3.1)\. - Li and Taylor \(2015\)F\. Li and G\. TaylorAlter\-cnn: an approach to learning from label proportions with application to ice\-water classification\.InNeural Information Processing Systems Workshops \(NIPSW\) on Learning and Privacy with Incomplete Data and Weak Supervision,Montreal, QC, Canada,pp\. 100–106\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Liet al\.\(2017\)J\. Li, C\. Wang, S\. Wang, H\. Zhang, Q\. Fu, and Y\. WangGaofen\-3 sea ice detection based on deep learning\.In2017 Progress in Electromagnetics Research Symposium\-Fall \(PIERS\-FALL\),Singapore,pp\. 933–939\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Liet al\.\(2021\)J\. Li, W\. Li, A\. Sisk, H\. Ye, W\. D\. Wallace, W\. Speier, and C\. W\. ArnoldA multi\-resolution model for histopathology image classification and localization with multiple instance learning\.Computers in Biology and Medicine131,pp\. 104253\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Liet al\.\(2024\)W\. Li, C\. Y\. Hsu, and M\. TedescoAdvancing arctic sea ice remote sensing with ai and deep learning: opportunities and challenges\.Remote Sensing16\(20\),pp\. 3764\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p3.1)\. - Liet al\.\(2020\)Z\. Li, K\. Xu, J\. Xie, Q\. Bi, and K\. QinDeep multiple instance convolutional neural networks for learning robust scene representations\.IEEE Transactions on Geoscience and Remote Sensing58\(5\),pp\. 3685–3702\.External Links:[Document](https://dx.doi.org/10.1109/TGRS.2019.2960889)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p2.1)\. - Liuet al\.\(2019\)J\. Liu, B\. Wang, Z\. Qi, Y\. Tian, and Y\. ShiLearning from label proportions with generative adversarial networks\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.32,Red Hook, NY, USA,pp\. 7169–7179\.Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Luet al\.\(2021\)M\. Y\. Lu, D\. F\. Williamson, T\. Y\. Chen, R\. J\. Chen, M\. Barbieri, and F\. MahmoodData\-efficient and weakly supervised computational pathology on whole\-slide images\.Nature Biomedical Engineering5\(6\),pp\. 555–570\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Luoet al\.\(2025\)H\. Luo, J\. Huang, H\. Ju,et al\.Multimodal multi\-instance evidence fusion neural networks for cancer survival prediction\.Scientific Reports15,pp\. 10470\.External Links:[Document](https://dx.doi.org/10.1038/s41598-025-93770-3)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Lyuet al\.\(2022\)H\. Lyu, W\. Huang, and M\. MahdianpariEastern arctic sea ice sensing: first results from the radarsat constellation mission data\.Remote Sensing14\(5\),pp\. 1165\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Maron and Lozano\-Pérez \(1997\)O\. Maron and T\. Lozano\-PérezA framework for multiple\-instance learning\.InAdvances in Neural Information Processing Systems,Vol\.10,Cambridge, MA, USA,pp\. 570–576\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p4.1),[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Palet al\.\(2022\)S\. Pal, A\. Valkanas, F\. Regol, and M\. CoatesBag graph: multiple instance learning using bayesian graph neural networks\.InProceedings of the AAAI Conference on Artificial Intelligence \(AAAI\),Vol\.36,Palo Alto, CA, USA,pp\. 7922–7930\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Parket al\.\(2020\)J\. W\. Park, A\. A\. Korosov, M\. Babiker, J\. S\. Won, M\. W\. Hansen, and H\. C\. KimClassification of sea ice types in sentinel\-1 synthetic aperture radar images\.The Cryosphere14\(8\),pp\. 2629–2645\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p3.1)\. - Quet al\.\(2022\)L\. Qu, X\. Luo, S\. Liu, M\. Wang, and Z\. SongDGMIL: distribution guided multiple instance learning for whole slide image classification\.InProceedings of the International Conference on Medical Image Computing and Computer\-Assisted Intervention \(MICCAI\),Cham,pp\. 24–34\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Quadriantoet al\.\(2008\)N\. Quadrianto, A\. J\. Smola, T\. S\. Caetano, and Q\. V\. LeEstimating labels from label proportions\.InProceedings of the 25th International Conference on Machine Learning \(ICML\),New York, NY, USA,pp\. 776–783\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p4.1),[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Quellecet al\.\(2017\)G\. Quellec, G\. Cazuguel, B\. Cochener, and M\. LamardMultiple\-instance learning for medical image and video analysis\.IEEE Reviews in Biomedical Engineering10\(\),pp\. 213–234\.External Links:[Document](https://dx.doi.org/10.1109/RBME.2017.2651164)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Ramos\-Pollán and González \(2025\)R\. Ramos\-Pollán and F\. A\. GonzálezOn\-orbit model training for satellite imagery with label proportions\.European Journal of Remote Sensing58\(1\),pp\. 2570319\.External Links:[Document](https://dx.doi.org/10.1080/22797254.2025.2570319)Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Renet al\.\(2025\)M\. Ren, M\. Huang, Y\. Zhang,et al\.Enhanced hierarchical attention mechanism for mixed mil in automatic gleason grading and scoring\.Scientific Reports15,pp\. 15980\.External Links:[Document](https://dx.doi.org/10.1038/s41598-025-00048-9)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Rüping \(2010\)S\. RüpingSVM classifier estimation from group probabilities\.InProceedings of the 27th International Conference on Machine Learning \(ICML\),Madison, WI, USA,pp\. 911–918\.Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Scott and Zhang \(2020\)C\. Scott and J\. ZhangLearning from label proportions: a mutual contamination framework\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.33,Red Hook, NY, USA,pp\. 22256–22267\.Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Sensoyet al\.\(2018\)M\. Sensoy, L\. Kaplan, and M\. KandemirEvidential deep learning to quantify classification uncertainty\.InAdvances in Neural Information Processing Systems,Vol\.31,Red Hook, NY, USA,pp\. 3179–3189\.Cited by:[§3\.4](https://arxiv.org/html/2609.16347#S3.SS4.SSS0.Px1.p2.1)\. - Shaoet al\.\(2021\)Z\. Shao, H\. Bian, Y\. Chen, Y\. Wang, J\. Zhang, X\. Ji, and Y\. ZhangTransMIL: transformer\-based correlated multiple instance learning for whole slide image classification\.InAdvances in Neural Information Processing Systems \(NeurIPS\),Vol\.34,Red Hook, NY, USA,pp\. 2136–2147\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1),[§4\.2](https://arxiv.org/html/2609.16347#S4.SS2.p1.1)\. - Simonyan and Zisserman \(2014\)K\. Simonyan and A\. ZissermanVery deep convolutional networks for large\-scale image recognition\.arXiv preprint arXiv:1409\.1556\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Songet al\.\(2018\)W\. Song, M\. Li, Q\. He, D\. Huang, C\. Perra, and A\. LiottaA residual convolution neural network for sea ice classification with sentinel\-1 sar imagery\.In2018 IEEE International Conference on Data Mining Workshops \(ICDMW\),Singapore,pp\. 795–802\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Stokholmet al\.\(2024\)A\. Stokholm, J\. Buus\-Hinkler, T\. Wulf, A\. Korosov, R\. Saldo, L\. T\. Pedersen, D\. Arthurs, I\. Dragan, I\. Modica, J\. Pedro, A\. Debien, X\. Chen, M\. Patel, F\. J\. P\. Cantu, J\. N\. Turnes, J\. Park, L\. Xu, K\. A\. Scott, D\. A\. Clausi, Y\. Fang, M\. Jiang, S\. Taleghanidoozdoozan, N\. C\. Brubacher, A\. Soleymani, Z\. Gousseau, M\. Smaczny, P\. Kowalski, J\. Komorowski, D\. Rijlaarsdam, J\. N\. van Rijn, J\. Jakobsen, M\. S\. J\. Rogers, N\. Hughes, T\. Zagon, R\. Solberg, N\. Longépé, and M\. B\. KreinerThe autoice challenge\.The Cryosphere18,pp\. 3471–3494\.External Links:[Document](https://dx.doi.org/10.5194/tc-18-3471-2024)Cited by:[§4\.1](https://arxiv.org/html/2609.16347#S4.SS1.p1.1)\. - Taleghanet al\.\(2025a\)S\. A\. Taleghan, A\. P\. Barrett, W\. N\. Meier, and F\. Banaei\-KashaniIceBench: a benchmark for deep\-learning\-based sea\-ice type classification\.Remote Sensing17\(9\),pp\. 1646\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1),[§4\.2](https://arxiv.org/html/2609.16347#S4.SS2.p1.1)\. - Taleghanet al\.\(2024\)S\. A\. Taleghan, M\. Karimzadeh, A\. P\. Barrett, W\. N\. Meier, and F\. Banaei\-KashaniSemi\-supervised multi\-source sea ice classification in small\-data regime\.In2024 IEEE International Conference on Big Data \(BigData\),Washington, DC, USA,pp\. 2019–2026\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p1.1)\. - Taleghanet al\.\(2025b\)S\. A\. Taleghan, M\. Karimzadeh, A\. P\. Barrett, W\. N\. Meier, and F\. Banaei\-KashaniIce\-fmbench: a foundation model benchmark for sea ice type segmentation\.InProceedings of the 1st ACM SIGSPATIAL International Workshop on Polar Data Science,New York, NY, USA,pp\. 1–10\.Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p3.1)\. - Taleghanet al\.\(2022\)S\. A\. Taleghan, B\. Vahedi, M\. Karimzadeh, A\. Barrett, W\. Meier, S\. J\. S\. Khalsa, and F\. Banaei\-KashaniMIPL\-ice: a multi\-instance proportion\-label learning method for polygon\-level sea ice classification\.InProceedings of the AGU Fall Meeting,Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Tuet al\.\(2019\)M\. Tu, J\. Huang, X\. He, and B\. ZhouMultiple instance learning with graph neural networks\.arXiv preprint arXiv:1906\.04881\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Vihma \(2014\)T\. VihmaEffects of arctic sea ice decline on weather and climate: a review\.Surveys in Geophysics35,pp\. 1175–1214\.External Links:[Document](https://dx.doi.org/10.1007/s10712-014-9284-0)Cited by:[§1](https://arxiv.org/html/2609.16347#S1.p1.1)\. - Wang and Zucker \(2000\)J\. Wang and J\. ZuckerSolving the multiple\-instance problem: a lazy learning approach\.InProceedings of the 17th International Conference on Machine Learning \(ICML\),San Francisco, CA, USA,pp\. 1119–1126\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Xu and Scott \(2017\)Y\. Xu and K\. A\. ScottSea ice and open water classification of sar imagery using cnn\-based transfer learning\.In2017 IEEE International Geoscience and Remote Sensing Symposium \(IGARSS\),Fort Worth, TX, USA,pp\. 3262–3265\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Yanget al\.\(2017\)H\. Yang, T\. Zhou, J\. Cai, and Y\. OngMIML\-fcn\+: multi\-instance multi\-label learning via fully convolutional networks with privileged information\.InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition \(CVPR\),Honolulu, HI, USA,pp\. 1577–1585\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Yuet al\.\(2013\)F\. Yu, D\. Liu, S\. Kumar, T\. Jebara, and S\. Chang∝\\proptosvm For learning with label proportions\.InProceedings of the International Conference on Machine Learning \(ICML\),Atlanta, GA, USA,pp\. 504–512\.Cited by:[§2\.3](https://arxiv.org/html/2609.16347#S2.SS3.p1.1)\. - Zhanget al\.\(2022\)H\. Zhang, Y\. Meng, Y\. Zhao, Y\. Qiao, X\. Yang, S\. E\. Coupland, and Y\. ZhengDTFD\-mil: double\-tier feature distillation multiple instance learning for histopathology whole slide image classification\.InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition \(CVPR\),New Orleans, LA, USA,pp\. 18802–18812\.Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\. - Zhanget al\.\(2021\)T\. Zhang, Y\. Yang, M\. Shokr, C\. Mi, X\. M\. Li, X\. Cheng, and F\. HuiDeep learning based sea ice classification with gaofen\-3 fully polarimetric sar data\.Remote Sensing13\(8\),pp\. 1452\.Cited by:[§2\.1](https://arxiv.org/html/2609.16347#S2.SS1.p1.1)\. - Zhouet al\.\(2012\)Z\. Zhou, M\. Zhang, S\. Huang, and Y\. LiMulti\-instance multi\-label learning\.Artificial Intelligence176\(1\),pp\. 2291–2320\.External Links:ISSN 0004\-3702,[Document](https://dx.doi.org/https%3A//doi.org/10.1016/j.artint.2011.10.002),[Link](https://www.sciencedirect.com/science/article/pii/S0004370211001123)Cited by:[§2\.2](https://arxiv.org/html/2609.16347#S2.SS2.p1.1)\.
Similar Articles
Physics-Knowledge-Guided Hybrid Neural Learning for Arctic Sea Ice Concentration Evolution and Short-Range Prediction
The paper introduces PIHIM, a physics-informed hybrid neural model for predicting Arctic sea ice concentration evolution, combining deep learning with physical equations for improved accuracy and short-range prediction.
Probabilistic bias adjustment of seasonal forecasts using generative machine learning: A case study of Arctic sea ice predictions
This paper presents a probabilistic post-processing framework using conditional variational autoencoders (cVAEs) to bias-adjust seasonal forecasts of Arctic sea ice, improving calibration, sharpness, and spectral power over standard methods.
CW-BASS v2: Saturation-Aware Pseudo-Label Selection for Semi-Supervised Segmentation under Foundation-Model Teachers
This paper introduces CW-BASS v2, a saturation-aware pseudo-label selection method for semi-supervised semantic segmentation that adaptively switches between strict filtering and an adaptive confidence floor depending on the teacher's reliability. It shows improved results over baselines across several benchmarks with DINOv2 teachers.
GLACIER: A Multimodal Student-Teacher Foundation Model for Molecular Property Prediction
This paper introduces GLACIER, a multimodal student-teacher foundation model that integrates molecular graphs, SMILES strings, and physicochemical descriptors to predict molecular properties efficiently. It leverages Finsler geometry-aware fusion and knowledge distillation from larger teacher models (MiniMol, MolFormer) to achieve high performance with a lightweight architecture.
Beyond Surface Statistics: Robust Conformal Prediction for LLMs via Internal Representations
This paper proposes a conformal prediction framework for LLMs that leverages internal representations rather than output-level statistics, introducing Layer-Wise Information (LI) scores as nonconformity measures to improve validity-efficiency trade-offs under distribution shift. The method demonstrates stronger robustness to calibration-deployment mismatch compared to text-level baselines across QA benchmarks.