paper-with-me

Papers

Fun with Flags: Robust Principal Directions via Flag Manifolds

2024-01-08 · CVPR 2024 1 · Nathan Mankovich, Gustau Camps-Valls, Tolga Birdal

Principal component analysis (PCA), along with its extensions to manifolds and outlier contaminated data, have been indispensable in computer vision and machine learning. In this work, we present a unifying formalism for PCA and its variants, and introduce a framework based on the flags of linear subspaces, ie a hierarchy of nested linear subspaces of increasing dimension, which not only allows for a common implementation but also yields novel variants, not explored previously. We begin by generalizing traditional PCA methods that either maximize variance or minimize reconstruction error. We expand these interpretations to develop a wide array of new dimensionality reduction algorithms by accounting for outliers and the data manifold. To devise a common computational approach, we recast robust and dual forms of PCA as optimization problems on flag manifolds. We then integrate tangent space approximations of principal geodesic analysis (tangent-PCA) into this flag-based framework, creating novel robust and dual geodesic PCA variations. The remarkable flexibility offered by the 'flagification' introduced here enables even more algorithmic variants identified by specific flag types. Last but not least, we propose an effective convergent solver for these flag-formulations employing the Stiefel manifold. Our empirical results on both real-world and synthetic scenarios, demonstrate the superiority of our novel algorithms, especially in terms of robustness to outliers on manifolds.

📄 PDF Abstract BibTeX arXiv:2401.04071

Code (1)

nmank/funwithflags 공식 구현

Tasks

Dimensionality Reduction

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

Chordal Averaging on Flag Manifolds and Its Applications

2023-03-23 · ICCV 2023 1 · Nathan Mankovich, Tolga Birdal

This paper presents a new, provably-convergent algorithm for computing the flag-mean and flag-median of a set of points on a flag manifold under the chordal metric. The flag manifold is a mathematical space consisting of…

A Flag Decomposition for Hierarchical Datasets

2025-02-11 · CVPR 2025 1 · Nathan Mankovich, Ignacio Santamaria, Gustau Camps-Valls, Tolga Birdal

Flag manifolds encode hierarchical nested sequences of subspaces and serve as powerful structures for various computer vision and machine learning applications. Despite their utility in tasks such as dimensionality reduc…

ClusteringDenoisingDimensionality ReductionFew-Shot Learning

Fuse Local and Global Semantics in Representation Learning

2022-02-28 · Yuchi Zhao, Yuhao Zhou

We propose Fuse Local and Global Semantics in Representation Learning (FLAGS) to generate richer representations. FLAGS aims at extract both global and local semantics from images to benefit various downstream tasks. It …

Linear evaluationRepresentation Learning

In-context KV-Cache Eviction for LLMs via Attention-Gate

2024-10-15 · Zihao Zeng, Bokai Lin, Tianqi Hou, Hao Zhang 외

The KV-Cache technique has become the standard for the inference of large language models (LLMs). Yet, it is widely criticized that KV-Cache can become a bottleneck of the LLM inference system. This paper enables a novel…

RTE

Extending a Quantum Reinforcement Learning Exploration Policy with Flags to Connect Four

2025-05-07 · Filipe Santos, João Paulo Fernandes, Luís Macedo

Action selection based on flags is a Reinforcement Learning (RL) exploration policy that improves the exploration of the state space through the use of flags, which can identify the most promising actions to take in each…

Reinforcement Learning (RL)