{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/fun-with-flags-robust-principal-directions","title":"Fun with Flags: Robust Principal Directions via Flag Manifolds","arxiv_id":"2401.04071","date":"2024-01-08","proceeding":"CVPR 2024 1","authors":["Nathan Mankovich","Gustau Camps-Valls","Tolga Birdal"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2401.04071v4","url_pdf":"https://arxiv.org/pdf/2401.04071v4.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"fun-with-flags-robust-principal-directions","repo_url":"https://github.com/nmank/funwithflags","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"none","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"dimensionality-reduction","task_name":"Dimensionality Reduction"}],"methods":[{"method_slug":"pca","method_name":"PCA"}],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2401.04071","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2401.04071"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/nmank/funwithflags","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":10,"unverified":3},"by_repo_kind":{"official":{"samples":13,"ran":10,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"74f1f97fa37842af","entry":"generate_ellipse_outlier1","repo":"nmank/funwithflags","repo_kind":"official","path":"Hands/Figure4Feb.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Hands/Figure4Feb.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"74f1f97fa37842af"}},{"code_sha256_prefix":"ce5449152f7a695f","entry":"get_centroids","repo":"nmank/funwithflags","repo_kind":"official","path":"Hands/hand_utils.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Hands/hand_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ce5449152f7a695f"}},{"code_sha256_prefix":"964be9a7a8c74669","entry":"get_data","repo":"nmank/funwithflags","repo_kind":"official","path":"RemoteSensing/landuse_outliers.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/RemoteSensing/landuse_outliers.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"964be9a7a8c74669"}},{"code_sha256_prefix":"a878af77a0c2f762","entry":"getxy","repo":"nmank/funwithflags","repo_kind":"official","path":"Hands/read_files.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Hands/read_files.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"a878af77a0c2f762"}},{"code_sha256_prefix":"7c245012f2192ee8","entry":"getxy_selective","repo":"nmank/funwithflags","repo_kind":"official","path":"Hands/read_files.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Hands/read_files.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"7c245012f2192ee8"}},{"code_sha256_prefix":"adab89d94f21c30f","entry":"interp","repo":"nmank/funwithflags","repo_kind":"official","path":"Hands/my_interpolate.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Hands/my_interpolate.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"adab89d94f21c30f"}},{"code_sha256_prefix":"dcce316c77aea54b","entry":"load_inliers","repo":"nmank/funwithflags","repo_kind":"official","path":"Faces/face_outliers.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Faces/face_outliers.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dcce316c77aea54b"}},{"code_sha256_prefix":"c07f581677d9ad3d","entry":"make_1d","repo":"nmank/funwithflags","repo_kind":"official","path":"Hands/hand_utils.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Hands/hand_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"c07f581677d9ad3d"}},{"code_sha256_prefix":"68f711db53a47c88","entry":"readPoints","repo":"nmank/funwithflags","repo_kind":"official","path":"Hands/read_files.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Hands/read_files.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"68f711db53a47c88"}},{"code_sha256_prefix":"9732c8d7c92fd323","entry":"unmake_1d","repo":"nmank/funwithflags","repo_kind":"official","path":"Hands/hand_utils.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Hands/hand_utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9732c8d7c92fd323"}},{"code_sha256_prefix":"57d3d876bd258d3e","entry":"ftype_roc","repo":"nmank/funwithflags","repo_kind":"official","path":"Euclidean/Table4.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Euclidean/Table4.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"57d3d876bd258d3e"}},{"code_sha256_prefix":"622d3a10b2bfeede","entry":"get_outliers","repo":"nmank/funwithflags","repo_kind":"official","path":"RemoteSensing/landuse_outliers.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/RemoteSensing/landuse_outliers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"622d3a10b2bfeede"}},{"code_sha256_prefix":"0b0e415d9e5eca94","entry":"load_outliers","repo":"nmank/funwithflags","repo_kind":"official","path":"Faces/face_outliers.py","file_url":"https://github.com/nmank/funwithflags/blob/HEAD/Faces/face_outliers.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"0b0e415d9e5eca94"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}