paper-with-me

홈 › Papers

Curriculum Multi-Task Self-Supervision Improves Lightweight Architectures for Onboard Satellite Hyperspectral Image Segmentation

2025-09-16 · Hugo Carlesso, Josiane Mothe, Radu Tudor Ionescu arxiv

Hyperspectral imaging (HSI) captures detailed spectral signatures across hundreds of contiguous bands per pixel, being indispensable for remote sensing applications such as land-cover classification, change detection, and environmental monitoring. Due to the high dimensionality of HSI data and the slow rate of data transfer in satellite-based systems, compact and efficient models are required to support onboard processing and minimize the transmission of redundant or low-value data. To this end, we introduce a novel curriculum multi-task self-supervised learning (CMTSSL) framework designed for lightweight architectures for HSI analysis. CMTSSL integrates masked image modeling with decoupled spatial and spectral jigsaw puzzle solving, guided by a curriculum learning strategy that progressively increases data difficulty during self-supervision. This enables the encoder to jointly capture fine-grained spectral continuity, spatial structure, and global semantic features. Unlike prior dual-task SSL methods, CMTSSL simultaneously addresses spatial and spectral reasoning within a unified and computationally efficient design, being particularly suitable for training lightweight models for onboard satellite deployment. We validate our approach on four public benchmark datasets, demonstrating consistent gains in downstream segmentation tasks, using architectures that are over 16,000x lighter than some state-of-the-art models. These results highlight the potential of CMTSSL in generalizable representation learning with lightweight architectures for real-world HSI applications. Our code is publicly available at https://github.com/hugocarlesso/CMTSSL.

📄 PDF Abstract BibTeX arXiv:2509.13229

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised LearningRepresentation LearningImage SegmentationChange Detection

Similar Papers 제목 키워드 기반

On the Generalization Gap in Self-Evolving Language Model Reasoning

2026-05-31 · Zhenting Qi, Susanna Maria Baby, Stefanie Anna Baby, Kan Yuan 외 arxiv

Recent work suggests that large language models (LLMs) can improve through self-evolution (SE), using supervision signals generated by the model itself. In this work, we ask: under a strict closed-loop setup, where the s…

Logical Reasoning

Vocabulary Dropout for Curriculum Diversity in LLM Co-Evolution

2026-04-03 · Jacob Dineen, Aswin RRV, Zhikun Xu, Ben Zhou arxiv

Co-evolutionary self-play, where one language model generates problems and another solves them, promises curriculum learning without human supervision. The promise breaks down early in practice. The proposer converges to…

Mathematical Reasoning

Guided Self-Evolving LLMs with Minimal Human Supervision

2025-12-02 · Wenhao Yu, Zhenwen Liang, Chengsong Huang, Kishan Panaganti 외 arxiv

AI self-evolution has long been envisioned as a path toward superintelligence, where models autonomously acquire, refine, and internalize knowledge from their own learning experiences. Yet in practice, unguided self-evol…

Question Generation

Anchored Self-Play for Code Repair

2026-07-03 · Caroline Choi, Zeyneb Kaya, Shirley Wu, Tengyu Ma 외 arxiv

Code repair is an important capability for language models (LMs): given a buggy program and unit tests, an LM must produce a fixed program that passes the tests. Because code repair data is limited, we aim to scale super…

Reinforcement LearningCode Repair

CurEvo: Curriculum-Guided Self-Evolution for Video Understanding

2026-04-29 · Guiyi Zeng, Junqing Yu, Yi-Ping Phoebe Chen, Xu Chen 외 arxiv

Recent advances in self-evolution video understanding frameworks have demonstrated the potential of autonomous learning without human annotations. However, existing methods often suffer from weakly controlled optimizatio…

Question Generation