← Search

Kalyanmoy Deb

5 accepted papers

2023

Discovering Adaptable Symbolic Algorithms from Scratch

IROS 2023poster

Autonomous robots deployed in the real world will need control policies that rapidly adapt to environmental changes. To this end, we propose AutoRobotics-Zero (ARZ), a method based on AutoML-Zero that discovers zero-shot adaptable policies from scratch. In contrast to neural network adaption policie…

Cited by 9SourceScholar
2023

Revisiting Residual Networks for Adversarial Robustness

CVPR 2023poster

Efforts to improve the adversarial robustness of convolutional neural networks have primarily focused on developing more effective adversarial training methods. In contrast, little attention was devoted to analyzing the role of architectural elements (e.g., topology, depth, and width) on adversarial…

2020

MUXConv: Information Multiplexing in Convolutional Neural Networks

CVPR 2020poster

Convolutional neural networks have witnessed remarkable improvements in computational efficiency in recent years. A key driving force has been the idea of trading-off model expressivity and efficiency through a combination of 1x1 and depth-wise separable convolutions in lieu of a standard convolutio…

Cited by 75PDFcodeScholar
2020

NSGA-Net: Neural Architecture Search using Multi-Objective Genetic Algorithm (Extended Abstract)

IJCAI 2020poster

Convolutional neural networks (CNNs) are the backbones of deep learning paradigms for numerous vision tasks. Early advancements in CNN architectures are primarily driven by human expertise and elaborate design. Recently, neural architecture search (NAS) was proposed with the aim of automating the ne…

Cited by 0SourcePDFScholar
2020

NSGANetV2: Evolutionary Multi-Objective Surrogate-Assisted Neural Architecture Search

ECCV 2020poster

In this paper, we propose an efficient NAS algorithm for generating task-specific models that are competitive under multiple competing objectives. It comprises of two surrogates, one at the architecture level to improve sample efficiency and one at the weights level, through a supernet, to improve g…