Skip to main content

Showing 1–17 of 17 results for author: Singh, K P

  1. arXiv:2312.02976  [pdf, other

    cs.RO cs.AI cs.CV

    Imitating Shortest Paths in Simulation Enables Effective Navigation and Manipulation in the Real World

    Authors: Kiana Ehsani, Tanmay Gupta, Rose Hendrix, Jordi Salvador, Luca Weihs, Kuo-Hao Zeng, Kunal Pratap Singh, Yejin Kim, Winson Han, Alvaro Herrasti, Ranjay Krishna, Dustin Schwenk, Eli VanderBilt, Aniruddha Kembhavi

    Abstract: Reinforcement learning (RL) with dense rewards and imitation learning (IL) with human-generated trajectories are the most widely used approaches for training modern embodied agents. RL requires extensive reward shaping and auxiliary losses and is often too slow and ineffective for long-horizon tasks. While IL with human supervision is effective, collecting human trajectories at scale is extremely… ▽ More

    Submitted 5 December, 2023; originally announced December 2023.

    Comments: First six authors contributed equally. Project page: https://spoc-robot.github.io/

  2. arXiv:2310.08864  [pdf, other

    cs.RO

    Open X-Embodiment: Robotic Learning Datasets and RT-X Models

    Authors: Open X-Embodiment Collaboration, Abby O'Neill, Abdul Rehman, Abhinav Gupta, Abhiram Maddukuri, Abhishek Gupta, Abhishek Padalkar, Abraham Lee, Acorn Pooley, Agrim Gupta, Ajay Mandlekar, Ajinkya Jain, Albert Tung, Alex Bewley, Alex Herzog, Alex Irpan, Alexander Khazatsky, Anant Rai, Anchit Gupta, Andrew Wang, Andrey Kolobov, Anikait Singh, Animesh Garg, Aniruddha Kembhavi, Annie Xie , et al. (267 additional authors not shown)

    Abstract: Large, high-capacity models trained on diverse datasets have shown remarkable successes on efficiently tackling downstream applications. In domains from NLP to Computer Vision, this has led to a consolidation of pretrained models, with general pretrained backbones serving as a starting point for many applications. Can such a consolidation happen in robotics? Conventionally, robotic learning method… ▽ More

    Submitted 1 June, 2024; v1 submitted 13 October, 2023; originally announced October 2023.

    Comments: Project website: https://robotics-transformer-x.github.io

  3. arXiv:2309.00864  [pdf, other

    cs.LG cs.AI cs.CV cs.DC

    Equitable-FL: Federated Learning with Sparsity for Resource-Constrained Environment

    Authors: Indrajeet Kumar Sinha, Shekhar Verma, Krishna Pratap Singh

    Abstract: In Federated Learning, model training is performed across multiple computing devices, where only parameters are shared with a common central server without exchanging their data instances. This strategy assumes abundance of resources on individual clients and utilizes these resources to build a richer model as user's models. However, when the assumption of the abundance of resources is violated, l… ▽ More

    Submitted 2 September, 2023; originally announced September 2023.

    Comments: 12 pages, 7 figures

  4. arXiv:2308.13970  [pdf, other

    cs.LG cs.AI cs.CV

    FAM: fast adaptive federated meta-learning

    Authors: Indrajeet Kumar Sinha, Shekhar Verma, Krishna Pratap Singh

    Abstract: In this work, we propose a fast adaptive federated meta-learning (FAM) framework for collaboratively learning a single global model, which can then be personalized locally on individual clients. Federated learning enables multiple clients to collaborate to train a model without sharing data. Clients with insufficient data or data diversity participate in federated learning to learn a model with su… ▽ More

    Submitted 1 September, 2023; v1 submitted 26 August, 2023; originally announced August 2023.

    Comments: 13 Pages, 1 figure

  5. arXiv:2306.16482  [pdf, other

    cs.CV

    DenseBAM-GI: Attention Augmented DeneseNet with momentum aided GRU for HMER

    Authors: Aniket Pal, Krishna Pratap Singh

    Abstract: The task of recognising Handwritten Mathematical Expressions (HMER) is crucial in the fields of digital education and scholarly research. However, it is difficult to accurately determine the length and complex spatial relationships among symbols in handwritten mathematical expressions. In this study, we present a novel encoder-decoder architecture (DenseBAM-GI) for HMER, where the encoder has a Bo… ▽ More

    Submitted 28 June, 2023; originally announced June 2023.

  6. arXiv:2304.02862  [pdf, other

    cs.LG

    Learning to Learn with Indispensable Connections

    Authors: Sambhavi Tiwari, Manas Gogoi, Shekhar Verma, Krishna Pratap Singh

    Abstract: Meta-learning aims to solve unseen tasks with few labelled instances. Nevertheless, despite its effectiveness for quick learning in existing optimization-based methods, it has several flaws. Inconsequential connections are frequently seen during meta-training, which results in an over-parameterized neural network. Because of this, meta-testing observes unnecessary computations and extra memory ove… ▽ More

    Submitted 6 April, 2023; originally announced April 2023.

  7. arXiv:2212.01186  [pdf, other

    cs.CV cs.AI

    A General Purpose Supervisory Signal for Embodied Agents

    Authors: Kunal Pratap Singh, Jordi Salvador, Luca Weihs, Aniruddha Kembhavi

    Abstract: Training effective embodied AI agents often involves manual reward engineering, expert imitation, specialized components such as maps, or leveraging additional sensors for depth and localization. Another approach is to use neural architectures alongside self-supervised objectives which encourage better representation learning. In practice, there are few guarantees that these self-supervised object… ▽ More

    Submitted 1 December, 2022; originally announced December 2022.

  8. arXiv:2211.09960  [pdf, other

    cs.CV cs.AI

    Ask4Help: Learning to Leverage an Expert for Embodied Tasks

    Authors: Kunal Pratap Singh, Luca Weihs, Alvaro Herrasti, Jonghyun Choi, Aniruddha Kemhavi, Roozbeh Mottaghi

    Abstract: Embodied AI agents continue to become more capable every year with the advent of new models, environments, and benchmarks, but are still far away from being performant and reliable enough to be deployed in real, user-facing, applications. In this paper, we ask: can we bridge this gap by enabling agents to ask for assistance from an expert such as a human being? To this end, we propose the Ask4Help… ▽ More

    Submitted 17 November, 2022; originally announced November 2022.

    Comments: Accepted at NeurIPS, 2022

  9. MAC: A Meta-Learning Approach for Feature Learning and Recombination

    Authors: S. Tiwari, M. Gogoi, S. Verma, K. P. Singh

    Abstract: Optimization-based meta-learning aims to learn an initialization so that a new unseen task can be learned within a few gradient updates. Model Agnostic Meta-Learning (MAML) is a benchmark algorithm comprising two optimization loops. The inner loop is dedicated to learning a new task and the outer loop leads to meta-initialization. However, ANIL (almost no inner loop) algorithm shows that feature r… ▽ More

    Submitted 24 May, 2024; v1 submitted 20 September, 2022; originally announced September 2022.

    Comments: 20 pages, 3 figures, 2 graphs

    Journal ref: Pattern Analysis and Applications 27, no. 2 (2024): 63

  10. arXiv:2110.08562  [pdf, other

    cs.CV cs.LG

    BNAS v2: Learning Architectures for Binary Networks with Empirical Improvements

    Authors: Dahyun Kim, Kunal Pratap Singh, Jonghyun Choi

    Abstract: Backbone architectures of most binary networks are well-known floating point (FP) architectures such as the ResNet family. Questioning that the architectures designed for FP networks might not be the best for binary networks, we propose to search architectures for binary networks (BNAS) by defining a new search space for binary architectures and a novel search objective. Specifically, based on the… ▽ More

    Submitted 16 October, 2021; originally announced October 2021.

    Comments: arXiv admin note: text overlap with arXiv:2002.06963

  11. Signature Verification using Geometrical Features and Artificial Neural Network Classifier

    Authors: Anamika Jain, Satish Kumar Singh, Krishna Pratap Singh

    Abstract: Signature verification has been one of the major researched areas in the field of computer vision. Many financial and legal organizations use signature verification as access control and authentication. Signature images are not rich in texture; however, they have much vital geometrical information. Through this work, we have proposed a signature verification methodology that is simple yet effectiv… ▽ More

    Submitted 4 August, 2021; originally announced August 2021.

    Journal ref: Jain, Anamika, Satish Kumar Singh, and Krishna Pratap Singh. "Signature verification using geometrical features and artificial neural network classifier." Neural Computing and Applications 33.12 (2021): 6999-7010

  12. arXiv:2012.03208  [pdf, other

    cs.AI cs.CV cs.RO

    Factorizing Perception and Policy for Interactive Instruction Following

    Authors: Kunal Pratap Singh, Suvaansh Bhambri, Byeonghwi Kim, Roozbeh Mottaghi, Jonghyun Choi

    Abstract: Performing simple household tasks based on language directives is very natural to humans, yet it remains an open challenge for AI agents. The 'interactive instruction following' task attempts to make progress towards building agents that jointly navigate, interact, and reason in the environment at every step. To address the multifaceted problem, we propose a model that factorizes the task into int… ▽ More

    Submitted 2 September, 2021; v1 submitted 6 December, 2020; originally announced December 2020.

    Comments: ICCV 2021

  13. arXiv:2002.06963  [pdf, other

    cs.CV cs.LG

    Learning Architectures for Binary Networks

    Authors: Dahyun Kim, Kunal Pratap Singh, Jonghyun Choi

    Abstract: Backbone architectures of most binary networks are well-known floating point architectures such as the ResNet family. Questioning that the architectures designed for floating point networks would not be the best for binary networks, we propose to search architectures for binary networks (BNAS) by defining a new search space for binary architectures and a novel search objective. Specifically, based… ▽ More

    Submitted 10 April, 2020; v1 submitted 17 February, 2020; originally announced February 2020.

    Comments: The manuscript was changed to a one-column format along with minor modifications to the content

  14. arXiv:1503.03166  [pdf

    cs.AR

    Design of High Performance MIPS Cryptography Processor Based on T-DES Algorithm

    Authors: Kirat Pal Singh, Shivani Parmar

    Abstract: The paper describes the design of high performance MIPS Cryptography processor based on triple data encryption standard. The organization of pipeline stages in such a way that pipeline can be clocked at high frequency. Encryption and Decryption blocks of triple data encryption standard (T-DES) crypto system and dependency among themselves are explained in detail with the help of block diagram. In… ▽ More

    Submitted 8 March, 2015; originally announced March 2015.

    Comments: International Journal of Engineering Research & Technology. arXiv admin note: substantial text overlap with arXiv:1306.1916, arXiv:1503.02304

  15. arXiv:1503.02304  [pdf

    cs.CR cs.AR

    Efficient Hardware Design and Implementation of Encrypted MIPS Processor

    Authors: Kirat Pal Singh, Dilip Kumar

    Abstract: The paper describes the design and hardware implementation of 32-bit encrypted MIPS processor based on MIPS pipeline architecture. The organization of pipeline stages in such a way that pipeline can be clocked at high frequency. Encryption and Decryption blocks of data encryption standard (DES) cryptosystem and dependency among themselves are explained in detail with the help of block diagram. In… ▽ More

    Submitted 8 March, 2015; originally announced March 2015.

    Comments: 1st International Conference on Innovations and Advancements in Information and Communication Technology

  16. arXiv:1306.1916  [pdf

    cs.CR cs.AR

    Performance Evaluation of Low Power MIPS Crypto Processor based on Cryptography Algorithms

    Authors: Kirat Pal Singh, Dilip Kumar

    Abstract: This paper presents the design and implementation of low power 32-bit encrypted and decrypted MIPS processor for Data Encryption Standard (DES), Triple DES, Advanced Encryption Standard (AES) based on MIPS pipeline architecture. The organization of pipeline stages has been done in such a way that pipeline can be clocked at high frequency. Encryption and Decryption blocks of three standard cryptogr… ▽ More

    Submitted 8 June, 2013; originally announced June 2013.

  17. Performance Evaluation of Enhanced Interior Gateway Routing Protocol in IPv6 Network

    Authors: Kuwar Pratap Singh, P K Gupta, G Singh

    Abstract: With the explosive growth in communication and network technologies, there is a great demand of IPv6 addressing scheme. However, the modern operating systems has option for this and with the development of IPv6 which removes the limitations imposed by IPv4 and provides the large number of address space. In this paper, authors have considered the Enhanced Interior Gateway Routing Protocol and prese… ▽ More

    Submitted 18 May, 2013; originally announced May 2013.

    Comments: 6 pages