paper-with-me

홈 › Papers

GreedyNASv2: Greedier Search with a Greedy Path Filter

2021-11-24 · CVPR 2022 1 · Tao Huang, Shan You, Fei Wang, Chen Qian, ChangShui Zhang, Xiaogang Wang, Chang Xu

Training a good supernet in one-shot NAS methods is difficult since the search space is usually considerably huge (e.g., $13^{21}$). In order to enhance the supernet's evaluation ability, one greedy strategy is to sample good paths, and let the supernet lean towards the good ones and ease its evaluation burden as a result. However, in practice the search can be still quite inefficient since the identification of good paths is not accurate enough and sampled paths still scatter around the whole search space. In this paper, we leverage an explicit path filter to capture the characteristics of paths and directly filter those weak ones, so that the search can be thus implemented on the shrunk space more greedily and efficiently. Concretely, based on the fact that good paths are much less than the weak ones in the space, we argue that the label of "weak paths" will be more confident and reliable than that of "good paths" in multi-path sampling. In this way, we thus cast the training of path filter in the positive and unlabeled (PU) learning paradigm, and also encourage a \textit{path embedding} as better path/operation representation to enhance the identification capacity of the learned filter. By dint of this embedding, we can further shrink the search space by aggregating similar operations with similar embeddings, and the search can be more efficient and accurate. Extensive experiments validate the effectiveness of the proposed method GreedyNASv2. For example, our obtained GreedyNASv2-L achieves $81.1\%$ Top-1 accuracy on ImageNet dataset, significantly outperforming the ResNet-50 strong baselines.

📄 PDF Abstract BibTeX arXiv:2111.12609

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Entropy-informed Decoding: Adaptive Information-Driven Branching

2026-05-10 · Benjamin Patrick Evans, Sumitra Ganesh, Leo Ardon arxiv

Large language models (LLMs) achieve remarkable generative performance, yet their output quality is dependent on the decoding strategy. While sampling-based methods (e.g., top-k, nucleus) and search-and-select based meth…

Mathematical ReasoningCode Generation

GreedyNAS: Towards Fast One-Shot NAS with Greedy Supernet

2020-03-25 · CVPR 2020 6 · Shan You, Tao Huang, Mingmin Yang, Fei Wang 외

Training a supernet matters for one-shot neural architecture search (NAS) methods since it serves as a basic performance estimator for different architectures (paths). Current methods mainly hold the assumption that a su…

AllImage ClassificationNeural Architecture Search

GONDOR to the Rescue: Satisficing Planning with Low Memory

2026-05-27 · Yonatan Vernik, Alexander Tuisov, Alexander Shleyfman arxiv

Greedy Best-First Search (GBFS) is the dominant approach for solving search problems where the goal can be estimated with a heuristic, such as planning, route finding, navigation, and pathfinding. This is especially true…

gBeam-ACO: a greedy and faster variant of Beam-ACO

2020-04-23 · Jeff Hajewski, Suely Oliveira, David E. Stewart, Laura Weiler

Beam-ACO, a modification of the traditional Ant Colony Optimization (ACO) algorithms that incorporates a modified beam search, is one of the most effective ACO algorithms for solving the Traveling Salesman Problem (TSP).…

Heuristic SearchTraveling Salesman Problem

Greedier is Better: Selecting Multiple Neighbors per Iteration for Sparse Subspace Clustering

2022-04-06 · Jwo-Yuh Wu, Liang-Chi Huang, Wen-Hsuan Li, Chun-Hung Liu 외

Sparse subspace clustering (SSC) using greedy-based neighbor selection, such as orthogonal matching pursuit (OMP), has been known as a popular computationally-efficient alternative to the popular L1-minimization based me…

Clustering