Skip to main content

Showing 1–30 of 30 results for author: Chandra, K

Searching in archive cs. Search in all archives.
.
  1. arXiv:2504.13397  [pdf, other

    quant-ph cs.DC cs.LG cs.NI

    Quantum repeaters enhanced by vacuum beam guides

    Authors: Yu Gan, Mohadeseh Azari, Nitish Kumar Chandra, Xin Jin, Jinglei Cheng, Kaushik P. Seshadreesan, Junyu Liu

    Abstract: The development of large-scale quantum communication networks faces critical challenges due to photon loss and decoherence in optical fiber channels. These fundamentally limit transmission distances and demand dense networks of repeater stations. This work investigates using vacuum beam guides (VBGs)-a promising ultra-low-loss transmission platform-as an alternative to traditional fiber links. By… ▽ More

    Submitted 22 April, 2025; v1 submitted 17 April, 2025; originally announced April 2025.

    Comments: 10 pages

  2. Topo Goes Political: TDA-Based Controversy Detection in Imbalanced Reddit Political Data

    Authors: Arvindh Arun, Karuna K Chandra, Akshit Sinha, Balakumar Velayutham, Jashn Arora, Manish Jain, Ponnurangam Kumaraguru

    Abstract: The detection of controversial content in political discussions on the Internet is a critical challenge in maintaining healthy digital discourse. Unlike much of the existing literature that relies on synthetically balanced data, our work preserves the natural distribution of controversial and non-controversial posts. This real-world imbalance highlights a core challenge that needs to be addressed… ▽ More

    Submitted 5 March, 2025; originally announced March 2025.

  3. arXiv:2502.04313  [pdf, ps, other

    cs.LG cs.AI cs.CL

    Great Models Think Alike and this Undermines AI Oversight

    Authors: Shashwat Goel, Joschka Struber, Ilze Amanda Auzina, Karuna K Chandra, Ponnurangam Kumaraguru, Douwe Kiela, Ameya Prabhu, Matthias Bethge, Jonas Geiping

    Abstract: As Language Model (LM) capabilities advance, evaluating and supervising them at scale is getting harder for humans. There is hope that other language models can automate both these tasks, which we refer to as ''AI Oversight''. We study how model similarity affects both aspects of AI oversight by proposing Chance Adjusted Probabilistic Agreement (CAPA): a metric for LM similarity based on overlap i… ▽ More

    Submitted 12 June, 2025; v1 submitted 6 February, 2025; originally announced February 2025.

    Comments: 60 pages, 20 figures

  4. arXiv:2411.10940  [pdf, other

    cs.HC cs.CV

    A Monocular SLAM-based Multi-User Positioning System with Image Occlusion in Augmented Reality

    Authors: Wei-Hsiang Lien, Benedictus Kent Chandra, Robin Fischer, Ya-Hui Tang, Shiann-Jang Wang, Wei-En Hsu, Li-Chen Fu

    Abstract: In recent years, with the rapid development of augmented reality (AR) technology, there is an increasing demand for multi-user collaborative experiences. Unlike for single-user experiences, ensuring the spatial localization of every user and maintaining synchronization and consistency of positioning and orientation across multiple users is a significant challenge. In this paper, we propose a multi… ▽ More

    Submitted 16 November, 2024; originally announced November 2024.

  5. arXiv:2411.08616  [pdf, other

    quant-ph cs.DC

    Multiplexed bi-layered realization of fault-tolerant quantum computation over optically networked trapped-ion modules

    Authors: Nitish K. Chandra, Saikat Guha, Kaushik P. Seshadreesan

    Abstract: We study an architecture for fault-tolerant measurement-based quantum computation (FT-MBQC) over optically-networked trapped-ion modules. The architecture is implemented with a finite number of modules and ions per module, and leverages photonic interactions for generating remote entanglement between modules and local Coulomb interactions for intra-modular entangling gates. We focus on generating… ▽ More

    Submitted 13 November, 2024; originally announced November 2024.

    Comments: 20 pages, 19 figures

  6. arXiv:2409.13507  [pdf, other

    cs.GR cs.CL cs.HC cs.SD eess.AS

    Sketching With Your Voice: "Non-Phonorealistic" Rendering of Sounds via Vocal Imitation

    Authors: Matthew Caren, Kartik Chandra, Joshua B. Tenenbaum, Jonathan Ragan-Kelley, Karima Ma

    Abstract: We present a method for automatically producing human-like vocal imitations of sounds: the equivalent of "sketching," but for auditory rather than visual representation. Starting with a simulated model of the human vocal tract, we first try generating vocal imitations by tuning the model's control parameters to make the synthesized vocalization match the target sound in terms of perceptually-salie… ▽ More

    Submitted 20 September, 2024; originally announced September 2024.

    Comments: SIGGRAPH Asia 2024

    ACM Class: I.3.8

    Journal ref: SIGGRAPH Asia 2024

  7. arXiv:2409.09441  [pdf, other

    cs.RO cs.LG

    PIP-Loco: A Proprioceptive Infinite Horizon Planning Framework for Quadrupedal Robot Locomotion

    Authors: Aditya Shirwatkar, Naman Saxena, Kishore Chandra, Shishir Kolathaya

    Abstract: A core strength of Model Predictive Control (MPC) for quadrupedal locomotion has been its ability to enforce constraints and provide interpretability of the sequence of commands over the horizon. However, despite being able to plan, MPC struggles to scale with task complexity, often failing to achieve robust behavior on rapidly changing surfaces. On the other hand, model-free Reinforcement Learnin… ▽ More

    Submitted 15 April, 2025; v1 submitted 14 September, 2024; originally announced September 2024.

    Comments: Accepted at IEEE International Conference on Robotics and Automation (ICRA) 2025

  8. arXiv:2408.03943  [pdf, other

    cs.HC cs.AI cs.LG

    Building Machines that Learn and Think with People

    Authors: Katherine M. Collins, Ilia Sucholutsky, Umang Bhatt, Kartik Chandra, Lionel Wong, Mina Lee, Cedegao E. Zhang, Tan Zhi-Xuan, Mark Ho, Vikash Mansinghka, Adrian Weller, Joshua B. Tenenbaum, Thomas L. Griffiths

    Abstract: What do we want from machine intelligence? We envision machines that are not just tools for thought, but partners in thought: reasonable, insightful, knowledgeable, reliable, and trustworthy systems that think with us. Current artificial intelligence (AI) systems satisfy some of these criteria, some of the time. In this Perspective, we show how the science of collaborative cognition can be put to… ▽ More

    Submitted 21 July, 2024; originally announced August 2024.

  9. arXiv:2403.05334  [pdf, other

    cs.PL cs.AI cs.HC

    WatChat: Explaining perplexing programs by debugging mental models

    Authors: Kartik Chandra, Katherine M. Collins, Will Crichton, Tony Chen, Tzu-Mao Li, Adrian Weller, Rachit Nigam, Joshua Tenenbaum, Jonathan Ragan-Kelley

    Abstract: Often, a good explanation for a program's unexpected behavior is a bug in the programmer's code. But sometimes, an even better explanation is a bug in the programmer's mental model of the language or API they are using. Instead of merely debugging our current code ("giving the programmer a fish"), what if our tools could directly debug our mental models ("teaching the programmer to fish")? In this… ▽ More

    Submitted 2 October, 2024; v1 submitted 8 March, 2024; originally announced March 2024.

    Comments: This is a preprint of work presented in early-stage non-archival form at the ACL Natural Language Reasoning and Structured Explanations Workshop

  10. Understanding how social discussion platforms like Reddit are influencing financial behavior

    Authors: Sachin Thukral, Suyash Sangwan, Arnab Chatterjee, Lipika Dey, Aaditya Agrawal, Pramit Kumar Chandra, Animesh Mukherjee

    Abstract: This study proposes content and interaction analysis techniques for a large repository created from social media content. Though we have presented our study for a large platform dedicated to discussions around financial topics, the proposed methods are generic and applicable to all platforms. Along with an extension of topic extraction method using Latent Dirichlet Allocation, we propose a few mea… ▽ More

    Submitted 12 March, 2024; v1 submitted 7 March, 2024; originally announced March 2024.

    Comments: 8 pages, 8 figures, 3 tables, and 1 algorithm; Published in WI-IAT 2022 (The 21st IEEE/WIC/ACM International Conference on Web Intelligence and Intelligent Agent Technology)

    Journal ref: IEEE/WIC/ACM International Joint Conference on Web Intelligence and Intelligent Agent Technology (WI-IAT) 2022 (pp. 612-619)

  11. arXiv:2402.13954  [pdf, other

    cs.CL

    Measuring Social Biases in Masked Language Models by Proxy of Prediction Quality

    Authors: Rahul Zalkikar, Kanchan Chandra

    Abstract: Transformer language models have achieved state-of-the-art performance for a variety of natural language tasks but have been shown to encode unwanted biases. We evaluate the social biases encoded by transformers trained with the masked language modeling objective using proposed proxy functions within an iterative masking experiment to measure the quality of transformer models' predictions and asse… ▽ More

    Submitted 5 February, 2025; v1 submitted 21 February, 2024; originally announced February 2024.

  12. arXiv:2402.02734  [pdf, other

    eess.IV cs.CV cs.NE stat.AP stat.ML

    InVA: Integrative Variational Autoencoder for Harmonization of Multi-modal Neuroimaging Data

    Authors: Bowen Lei, Rajarshi Guhaniyogi, Krishnendu Chandra, Aaron Scheffler, Bani Mallick

    Abstract: There is a significant interest in exploring non-linear associations among multiple images derived from diverse imaging modalities. While there is a growing literature on image-on-image regression to delineate predictive inference of an image based on multiple images, existing approaches have limitations in efficiently borrowing information between multiple imaging modalities in the prediction of… ▽ More

    Submitted 5 February, 2024; originally announced February 2024.

  13. arXiv:2312.04709  [pdf, other

    cs.LG cs.NE

    How to guess a gradient

    Authors: Utkarsh Singhal, Brian Cheung, Kartik Chandra, Jonathan Ragan-Kelley, Joshua B. Tenenbaum, Tomaso A. Poggio, Stella X. Yu

    Abstract: How much can you say about the gradient of a neural network without computing a loss or knowing the label? This may sound like a strange question: surely the answer is "very little." However, in this paper, we show that gradients are more structured than previously thought. Gradients lie in a predictable low-dimensional subspace which depends on the network architecture and incoming features. Expl… ▽ More

    Submitted 7 December, 2023; originally announced December 2023.

  14. arXiv:2306.07961  [pdf, other

    stat.ML cs.LG stat.CO stat.ME

    Differentiating Metropolis-Hastings to Optimize Intractable Densities

    Authors: Gaurav Arya, Ruben Seyer, Frank Schäfer, Kartik Chandra, Alexander K. Lew, Mathieu Huot, Vikash K. Mansinghka, Jonathan Ragan-Kelley, Christopher Rackauckas, Moritz Schauer

    Abstract: We develop an algorithm for automatic differentiation of Metropolis-Hastings samplers, allowing us to differentiate through probabilistic inference, even if the model has discrete components within it. Our approach fuses recent advances in stochastic automatic differentiation with traditional Markov chain coupling schemes, providing an unbiased and low-variance gradient estimator. This allows us t… ▽ More

    Submitted 30 June, 2023; v1 submitted 13 June, 2023; originally announced June 2023.

    Comments: 6 pages, 6 figures; accepted at Differentiable Almost Everything Workshop of ICML 2023

  15. arXiv:2305.17195  [pdf, other

    cs.AI cs.GR cs.RO

    Inferring the Future by Imagining the Past

    Authors: Kartik Chandra, Tony Chen, Tzu-Mao Li, Jonathan Ragan-Kelley, Josh Tenenbaum

    Abstract: A single panel of a comic book can say a lot: it can depict not only where the characters currently are, but also their motions, their motivations, their emotions, and what they might do next. More generally, humans routinely infer complex sequences of past and future events from a *static snapshot* of a *dynamic scene*, even in situations they have never seen before. In this paper, we model how… ▽ More

    Submitted 30 October, 2023; v1 submitted 26 May, 2023; originally announced May 2023.

    Comments: NeurIPS 2023

    ACM Class: I.2.10; I.2.9; J.4; I.3.6

  16. Acting as Inverse Inverse Planning

    Authors: Kartik Chandra, Tzu-Mao Li, Josh Tenenbaum, Jonathan Ragan-Kelley

    Abstract: Great storytellers know how to take us on a journey. They direct characters to act -- not necessarily in the most rational way -- but rather in a way that leads to interesting situations, and ultimately creates an impactful experience for audience members looking on. If audience experience is what matters most, then can we help artists and animators *directly* craft such experiences, independent… ▽ More

    Submitted 26 May, 2023; originally announced May 2023.

    Comments: SIGGRAPH '23

    ACM Class: I.3.0; I.2.0

  17. arXiv:2204.12301  [pdf, other

    cs.GR cs.AI cs.LG

    Designing Perceptual Puzzles by Differentiating Probabilistic Programs

    Authors: Kartik Chandra, Tzu-Mao Li, Joshua Tenenbaum, Jonathan Ragan-Kelley

    Abstract: We design new visual illusions by finding "adversarial examples" for principled models of human perception -- specifically, for probabilistic models, which treat vision as Bayesian inference. To perform this search efficiently, we design a differentiable probabilistic programming language, whose API exposes MCMC inference as a first-class differentiable function. We demonstrate our method by autom… ▽ More

    Submitted 26 April, 2022; originally announced April 2022.

    Comments: 9 pages; 3 figures; SIGGRAPH '22 Conference Proceedings

  18. arXiv:2107.06849  [pdf

    cs.CR

    Digital Passport and Visa Asset Management Using Private and Permissioned Blockchain

    Authors: Keenu Chandra, Maroof Mushtaq, Nalini N

    Abstract: Blockchain is currently one of the fastest-growing technologies in the field of Computer Science. It has found a prevalent use in financial applications like cryptocurrency, for example, Bitcoin and Ethereum. They have been able to bring an unforeseen disruption in the field of finance. However, permissionless Blockchains like these have some downsides, namely the computation cost of the Proof of… ▽ More

    Submitted 27 July, 2021; v1 submitted 14 July, 2021; originally announced July 2021.

  19. arXiv:1909.13371  [pdf, other

    cs.LG stat.ML

    Gradient Descent: The Ultimate Optimizer

    Authors: Kartik Chandra, Audrey Xie, Jonathan Ragan-Kelley, Erik Meijer

    Abstract: Working with any gradient-based machine learning algorithm involves the tedious task of tuning the optimizer's hyperparameters, such as its step size. Recent work has shown how the step size can itself be optimized alongside the model parameters by manually deriving expressions for "hypergradients" ahead of time. We show how to automatically compute hypergradients with a simple and elegant modif… ▽ More

    Submitted 14 October, 2022; v1 submitted 29 September, 2019; originally announced September 2019.

  20. arXiv:1909.03929  [pdf, ps, other

    cs.NI

    Adaptive Beamwidth Selection for Contention Based Access Periods in Millimeter Wave WLANs

    Authors: Kishor Chandra, R. Venkatesha Prasad, I. G. M. M. Niemegeers, Abdur R. Biswas

    Abstract: 60GHz wireless local area networks (WLANs) standards (e.g., IEEE 802.11ad and IEEE 802.15.3c) employ hybrid MAC protocols consisting of contention based access using CSMA/CA as well as dedicated service periods using time division multiple access (TDMA). To provide the channel access in the contention part of the protocol, quasi omni (QO) antenna patterns are defined which span over the particular… ▽ More

    Submitted 9 September, 2019; originally announced September 2019.

    Comments: IEEE CCNC 2014

  21. Performance Analysis of IEEE 802.11ad MAC Protocol

    Authors: Kishor Chandra, R. Venkatesha Prasad, Ignas Niemegeers

    Abstract: IEEE 802.11ad specifies a hybrid medium access control (MAC) protocol consisting of contention as well as noncontention-based channel access mechanisms. Further, it also employs directional antennas to compensate for the high freespace path loss observed in 60GHz frequency band. Therefore, it significantly differs from other IEEE 802.11(b/g/n/ac) MAC protocols and thus requires new methods to anal… ▽ More

    Submitted 9 September, 2019; originally announced September 2019.

    Journal ref: IEEE Communications Letters 2017

  22. arXiv:1906.04908  [pdf, other

    cs.LG cs.CL cs.PL stat.ML

    SPoC: Search-based Pseudocode to Code

    Authors: Sumith Kulal, Panupong Pasupat, Kartik Chandra, Mina Lee, Oded Padon, Alex Aiken, Percy Liang

    Abstract: We consider the task of mapping pseudocode to long programs that are functionally correct. Given test cases as a mechanism to validate programs, we search over the space of possible translations of the pseudocode to find a program that passes the validation. However, without proper credit assignment to localize the sources of program failures, it is difficult to guide search toward more promising… ▽ More

    Submitted 11 June, 2019; originally announced June 2019.

    Comments: Under submission to NeurIPS 2019

  23. arXiv:1903.05207  [pdf

    cs.CY

    Teaching Programming Concepts by Developing Games

    Authors: Kailash Chandra, Shyamal Suhana Chandra

    Abstract: Learning to program could possibly be analogous to acquiring expertise in abstract mathematics, which may be boring or dull for a majority of students. Thus, among the countless options to approach learning coding [1-14], acquiring concepts through game creation could possibly be the most enriching experience for students. Consequently, it is important to select a lucid and familiar game for stude… ▽ More

    Submitted 12 March, 2019; originally announced March 2019.

    Comments: 9 pages, 2 figures

  24. arXiv:1708.00551  [pdf, other

    cs.PL

    Bonsai: Synthesis-Based Reasoning for Type Systems

    Authors: Kartik Chandra, Rastislav Bodik

    Abstract: We describe algorithms for symbolic reasoning about executable models of type systems, supporting three queries intended for designers of type systems. First, we check for type soundness bugs and synthesize a counterexample program if such a bug is found. Second, we compare two versions of a type system, synthesizing a program accepted by one but rejected by the other. Third, we minimize the size… ▽ More

    Submitted 1 August, 2017; originally announced August 2017.

  25. arXiv:1505.01733  [pdf, ps, other

    cs.NI

    CogCell: Cognitive Interplay between 60GHz Picocells and 2.4/5GHz Hotspots in the 5G Era

    Authors: Kishor Chandra, R. Venkatesha Prasad, Bien Quang, I. G. M. M. Niemegeers

    Abstract: Rapid proliferation of wireless communication devices and the emergence of a variety of new applications have triggered investigations into next-generation mobile broadband systems, i.e., 5G. Legacy 2G--4G systems covering large areas were envisioned to serve both indoor and outdoor environments. However, in the 5G-era, 80\% of overall traffic is expected to be generated in indoors. Hence, the cur… ▽ More

    Submitted 7 May, 2015; originally announced May 2015.

    Comments: 14 PAGES in IEEE Communications Magazine, Special issue on Emerging Applications, Services and Engineering for Cognitive Cellular Systems (EASE4CCS), July 2015

  26. arXiv:1502.04054  [pdf, ps, other

    cs.NI

    Sensor Assisted Movement Identification and Prediction for Beamformed 60 GHz Links: A Report

    Authors: A. W. Doff, Kishor Chandra, R. Venkatesha Prasad

    Abstract: Large available bandwidth in 60\,GHz band promises very high data rates -- in the order of Gb/s. However, high free-space path loss makes it necessary to employ beamforming capable directional antennas. When beamforming is used, the links are sensitive to misalignment in antenna directionality because of movement of devices. To identify and circumvent the misalignments, we propose to use the motio… ▽ More

    Submitted 13 March, 2015; v1 submitted 13 February, 2015; originally announced February 2015.

    Comments: Internal report

  27. arXiv:1502.00507  [pdf, ps, other

    cs.NI cs.ET cs.IT

    60 GHz MAC Standardization: Progress and Way Forward

    Authors: Kishor Chandra, Arjan Doff, Zizheng Cao, R. Venkatesha Prasad, Ignas Niemegeers

    Abstract: Communication at mmWave frequencies has been the focus in the recent years. In this paper, we discuss standardization efforts in 60 GHz short range communication and the progress therein. We compare the available standards in terms of network architecture, medium access control mechanisms, physical layer techniques and several other features. Comparative analysis indicates that IEEE 802.11ad is li… ▽ More

    Submitted 2 February, 2015; originally announced February 2015.

    Journal ref: Published in Consumer Communications and Networking Conference (CCNC), 2015, IEEE, Jan. 2015

  28. arXiv:1108.6016  [pdf, other

    cs.DB cs.IR

    Improving Entity Resolution with Global Constraints

    Authors: Jim Gemmell, Benjamin I. P. Rubinstein, Ashok K. Chandra

    Abstract: Some of the greatest advances in web search have come from leveraging socio-economic properties of online user behavior. Past advances include PageRank, anchor text, hubs-authorities, and TF-IDF. In this paper, we investigate another socio-economic property that, to our knowledge, has not yet been exploited: sites that create lists of entities, such as IMDB and Netflix, have an incentive to avoid… ▽ More

    Submitted 30 August, 2011; originally announced August 2011.

    Comments: 10 pages, 13 figures

    Report number: MSR-TR-2011-100 ACM Class: H.2; H.3.3; I.5.4

  29. arXiv:1010.3190  [pdf, ps, other

    physics.soc-ph cond-mat.stat-mech cs.SI physics.comp-ph

    Phase transitions and non-equilibrium relaxation in kinetic models of opinion formation

    Authors: Soumyajyoti Biswas, Anjan Kumar Chandra, Arnab Chatterjee, Bikas K. Chakrabarti

    Abstract: We review in details some recently proposed kinetic models of opinion dynamics. We discuss the several variants including a generalised model. We provide mean field estimates for the critical points, which are numerically supported with reasonable accuracy. Using non-equilibrium relaxation techniques, we also investigate the nature of phase transitions observed in these models. We study the nature… ▽ More

    Submitted 27 May, 2011; v1 submitted 15 October, 2010; originally announced October 2010.

    Comments: 11 pages, 8 eps figures, 1 table. Contribution for proceedings of Statphys-Kolkata-VII 26-30 November, 2010

    Journal ref: Journal of Physics: Conference Series 297 (2011) 012004

  30. arXiv:1010.0863  [pdf, ps, other

    physics.soc-ph cond-mat.stat-mech cs.SI

    Coevolution of Glauber-like Ising dynamics on typical networks

    Authors: Kamalika Basu Hajra, Anjan Kumar Chandra

    Abstract: We consider coevolution of site status and link structures from two different initial networks: a one dimensional Ising chain and a scale free network. The dynamics is governed by a preassigned stability parameter $S$, and a rewiring factor $φ$, that determines whether the Ising spin at the chosen site flips or whether the node gets rewired to another node in the system. This dynamics has also bee… ▽ More

    Submitted 5 October, 2010; originally announced October 2010.

    Comments: 8 pages, 10 figures

    Journal ref: Eur. Phys. J. B (2012) 85: 27