paper-with-me

홈 › Papers

CSCO: Connectivity Search of Convolutional Operators

2024-04-26 · Tunhou Zhang, Shiyu Li, Hsin-Pai Cheng, Feng Yan, Hai Li, Yiran Chen

Exploring dense connectivity of convolutional operators establishes critical "synapses" to communicate feature vectors from different levels and enriches the set of transformations on Computer Vision applications. Yet, even with heavy-machinery approaches such as Neural Architecture Search (NAS), discovering effective connectivity patterns requires tremendous efforts due to either constrained connectivity design space or a sub-optimal exploration process induced by an unconstrained search space. In this paper, we propose CSCO, a novel paradigm that fabricates effective connectivity of convolutional operators with minimal utilization of existing design motifs and further utilizes the discovered wiring to construct high-performing ConvNets. CSCO guides the exploration via a neural predictor as a surrogate of the ground-truth performance. We introduce Graph Isomorphism as data augmentation to improve sample efficiency and propose a Metropolis-Hastings Evolutionary Search (MH-ES) to evade locally optimal architectures and advance search quality. Results on ImageNet show ~0.6% performance improvement over hand-crafted and NAS-crafted dense connectivity. Our code is publicly available.

📄 PDF Abstract BibTeX arXiv:2404.17152

Code (1)

lordzth666/-cvprw-csco 공식 구현 pytorch

Tasks

Data AugmentationNeural Architecture Search

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

PhysicsCorrect: A Training-Free Approach for Stable Neural PDE Simulations

2025-07-03 · Xinquan Huang, Paris Perdikaris arxiv

Neural networks have emerged as powerful surrogates for solving partial differential equations (PDEs), offering significant computational speedups over traditional methods. However, these models suffer from a critical li…

Computational Efficiency

Measuring Diversity in Synthetic Datasets

2025-02-12 · Yuchang Zhu, Huizhe Zhang, Bingzhe Wu, Jintang Li 외

Large language models (LLMs) are widely adopted to generate synthetic datasets for various natural language processing (NLP) tasks, such as text classification and summarization. However, accurately measuring the diversi…

ClassificationDiversitytext-classificationText Classification

Can Dense Connectivity Benefit Outlier Detection? An Odyssey with NAS

2024-06-04 · Hao Fu, Tunhou Zhang, Hai Li, Yiran Chen

Recent advances in Out-of-Distribution (OOD) Detection is the driving force behind safe and reliable deployment of Convolutional Neural Networks (CNNs) in real world applications. However, existing studies focus on OOD d…

Neural Architecture SearchOutlier DetectionOut of Distribution (OOD) Detection

RCScore: Quantifying Response Consistency in Large Language Models

2025-10-30 · Dongjun Jang, Youngchae Ahn, Hyopil Shin arxiv

Current LLM evaluations often rely on a single instruction template, overlooking models' sensitivity to instruction style-a critical aspect for real-world deployments. We present RCScore, a multi-dimensional framework qu…

Convolutional neural networks for structured omics: OmicsCNN and the OmicsConv layer

2017-10-16 · Giuseppe Jurman, Valerio Maggio, Diego Fioravanti, Ylenia Giarratano 외

Convolutional Neural Networks (CNNs) are a popular deep learning architecture widely applied in different domains, in particular in classifying over images, for which the concept of convolution with a filter comes natura…

Deep LearningSemantic SimilaritySemantic Textual Similarity