Skip to main content

Showing 1–50 of 153 results for author: Sanyal, A

.
  1. arXiv:2406.19049  [pdf, other

    cs.LG cs.AI stat.ML

    Accuracy on the wrong line: On the pitfalls of noisy data for out-of-distribution generalisation

    Authors: Amartya Sanyal, Yaxi Hu, Yaodong Yu, Yian Ma, Yixin Wang, Bernhard Schölkopf

    Abstract: "Accuracy-on-the-line" is a widely observed phenomenon in machine learning, where a model's accuracy on in-distribution (ID) and out-of-distribution (OOD) data is positively correlated across different hyperparameters and data configurations. But when does this useful relationship break down? In this work, we explore its robustness. The key observation is that noisy data and the presence of nuisan… ▽ More

    Submitted 27 June, 2024; originally announced June 2024.

  2. arXiv:2406.07591  [pdf, other

    gr-qc

    Holographic description of unified early and late universe in viscous mimetic gravity

    Authors: G. S Khadekar Saibal Ray Aritra Sanyal

    Abstract: In this study, we explore the mimetic matter model proposed by Chamseddine and Mukhanov (J. High Energy Phys. 11, 135, 2013), utilizing the holographic principle to coherently describe both the early and late universe when bulk viscosity is present in the inhomogeneous equation of state. Our examination of the universe's evolution is based on the generalized infrared-cutoff holographic dark energy… ▽ More

    Submitted 11 June, 2024; originally announced June 2024.

  3. arXiv:2406.00975  [pdf, other

    cs.CL cs.AI

    Luna: An Evaluation Foundation Model to Catch Language Model Hallucinations with High Accuracy and Low Cost

    Authors: Masha Belyi, Robert Friel, Shuai Shao, Atindriyo Sanyal

    Abstract: Retriever Augmented Generation (RAG) systems have become pivotal in enhancing the capabilities of language models by incorporating external knowledge retrieval mechanisms. However, a significant challenge in deploying these systems in industry applications is the detection and mitigation of hallucinations: instances where the model generates information that is not grounded in the retrieved contex… ▽ More

    Submitted 5 June, 2024; v1 submitted 3 June, 2024; originally announced June 2024.

  4. arXiv:2405.06582  [pdf, other

    cs.LG cs.CY stat.ML

    The Role of Learning Algorithms in Collective Action

    Authors: Omri Ben-Dov, Jake Fawkes, Samira Samadi, Amartya Sanyal

    Abstract: Collective action in machine learning is the study of the control that a coordinated group can have over machine learning algorithms. While previous research has concentrated on assessing the impact of collectives against Bayes (sub-)optimal classifiers, this perspective is limited in that it does not account for the choice of learning algorithm. Since classifiers seldom behave like Bayes classifi… ▽ More

    Submitted 4 June, 2024; v1 submitted 10 May, 2024; originally announced May 2024.

    Comments: Accepted at the International Conference in Machine Learning (ICML), 2024

  5. arXiv:2403.13041  [pdf, other

    cs.CR cs.AI cs.LG stat.ML

    Provable Privacy with Non-Private Pre-Processing

    Authors: Yaxi Hu, Amartya Sanyal, Bernhard Schölkopf

    Abstract: When analysing Differentially Private (DP) machine learning pipelines, the potential privacy cost of data-dependent pre-processing is frequently overlooked in privacy accounting. In this work, we propose a general framework to evaluate the additional privacy cost incurred by non-private data-dependent pre-processing algorithms. Our framework establishes upper bounds on the overall privacy guarante… ▽ More

    Submitted 21 June, 2024; v1 submitted 19 March, 2024; originally announced March 2024.

  6. arXiv:2402.16778  [pdf, other

    cs.LG cs.CR

    On the Growth of Mistakes in Differentially Private Online Learning: A Lower Bound Perspective

    Authors: Daniil Dmitriev, Kristóf Szabó, Amartya Sanyal

    Abstract: In this paper, we provide lower bounds for Differentially Private (DP) Online Learning algorithms. Our result shows that, for a broad class of $(\varepsilon,δ)$-DP online algorithms, for $T$ such that $\log T\leq O(1 / δ)$, the expected number of mistakes incurred by the algorithm grows as $Ω(\log \frac{T}δ)$. This matches the upper bound obtained by Golowich and Livni (2021) and is in contrast to… ▽ More

    Submitted 26 February, 2024; originally announced February 2024.

  7. arXiv:2402.14015  [pdf, other

    cs.LG cs.AI cs.CR cs.CV

    Corrective Machine Unlearning

    Authors: Shashwat Goel, Ameya Prabhu, Philip Torr, Ponnurangam Kumaraguru, Amartya Sanyal

    Abstract: Machine Learning models increasingly face data integrity challenges due to the use of large-scale training datasets drawn from the internet. We study what model developers can do if they detect that some data was manipulated or incorrect. Such manipulated data can cause adverse effects like vulnerability to backdoored samples, systematic biases, and in general, reduced accuracy on certain input do… ▽ More

    Submitted 21 February, 2024; originally announced February 2024.

    Comments: 17 pages, 7 figures

  8. arXiv:2401.11226  [pdf, ps, other

    gr-qc astro-ph.CO

    Reconstructing modified and alternative theories of gravity

    Authors: Dalia Saha, Manas Chakrabortty, Abhik Kumar Sanyal

    Abstract: A viable radiation dominated era in the early universe is best described by the standard (FLRW) model of cosmology. In this short review, we demonstrate reconstruction of the forms of F(R) in the modified theory of gravity and the metric compatible F(T) together with the symmetric F(Q) in alternative teleparallel theories of gravity, from different perspectives, primarily rendering emphasis on a v… ▽ More

    Submitted 20 January, 2024; originally announced January 2024.

    Comments: 21 pages, 0 fgures

    Journal ref: Universe 2024, 10, 44

  9. arXiv:2311.18557  [pdf, other

    cs.LG stat.ML

    Can semi-supervised learning use all the data effectively? A lower bound perspective

    Authors: Alexandru Ţifrea, Gizem Yüce, Amartya Sanyal, Fanny Yang

    Abstract: Prior works have shown that semi-supervised learning algorithms can leverage unlabeled data to improve over the labeled sample complexity of supervised learning (SL) algorithms. However, existing theoretical analyses focus on regimes where the unlabeled data is sufficient to learn a good decision boundary using unsupervised learning (UL) alone. This begs the question: Can SSL algorithms simultaneo… ▽ More

    Submitted 30 November, 2023; originally announced November 2023.

    Comments: Published in Advances in Neural Information Processing Systems 2023

  10. arXiv:2310.18344  [pdf, other

    cs.CL cs.AI cs.LG

    Chainpoll: A high efficacy method for LLM hallucination detection

    Authors: Robert Friel, Atindriyo Sanyal

    Abstract: Large language models (LLMs) have experienced notable advancements in generating coherent and contextually relevant responses. However, hallucinations - incorrect or unfounded claims - are still prevalent, prompting the creation of automated metrics to detect these in LLM outputs. Our contributions include: introducing ChainPoll, an innovative hallucination detection method that excels compared to… ▽ More

    Submitted 22 October, 2023; originally announced October 2023.

  11. Inflation and cosmological evolution with $F(R,G)$ gravity theory

    Authors: Dalia Saha, Jyoti Prasad Saha, Abhik Kumar Sanyal

    Abstract: In the last decade Planck PR4 data together with ground-based experimental data such as, BK18, BAO and CMB lensing, tightened constraint of the tensor to scalar ratio, starting form $r < 0.14$ to $r < 0.032$, while the spectral index lies within the range $0.9631 < n_s < 0.9705$. Viability of modified gravity theories, proposed as alternatives to the dark-energy issue, should therefore be tested i… ▽ More

    Submitted 18 August, 2023; originally announced August 2023.

    Comments: 34 pages, 1 figure

    Journal ref: International Journal of Geometric Methods in Modern Physics (2023) 2350213 (48 pages), World Scientific Publishing Company

  12. arXiv:2307.08762  [pdf, other

    math.DS

    Geometric Extended State Observer on SE(3) with Fast Finite-Time Stability: Theory and Validation on a Rotorcraft Aerial Vehicle

    Authors: Ningshan Wang, Reza Hamrah, Amit K. Sanyal, Mark N. Glauser

    Abstract: This article presents an extended state observer for vehicle modeled as a rigid body in three-dimensional translational and rotational motions. The extended state observer is applicable to a rotorcraft aerial vehicle with a fixed plane of rotors, modeled as an under-actuated system on the tangent bundle of the six-dimensional Lie group of rigid body motions, SE(3). The extended state observer is d… ▽ More

    Submitted 17 July, 2023; originally announced July 2023.

    Comments: arXiv admin note: substantial text overlap with arXiv:2306.08090

  13. arXiv:2306.08090  [pdf, other

    math.OC

    Geometric Active Disturbance Rejection Control of Rotorcraft on $SE(3)$ with Fast Finite-Time Stability

    Authors: Ningshan Wang, Reza Hamrah, Amit K. Sanyal, Mark N. Glauser

    Abstract: This article presents a tracking control framework enhanced by an extended state observer for a rotorcraft aerial vehicle modeled as a rigid body in three-dimensional translational and rotational motions. The system is considered as an underactuated system on the tangent bundle of the six-dimensional Lie group of rigid body motions, $SE(3)$. The extended state observer is designed to estimate the… ▽ More

    Submitted 13 June, 2023; originally announced June 2023.

  14. arXiv:2306.06995  [pdf, other

    cs.LG

    How robust accuracy suffers from certified training with convex relaxations

    Authors: Piersilvio De Bartolomeis, Jacob Clarysse, Amartya Sanyal, Fanny Yang

    Abstract: Adversarial attacks pose significant threats to deploying state-of-the-art classifiers in safety-critical applications. Two classes of methods have emerged to address this issue: empirical defences and certified defences. Although certified defences come with robustness guarantees, empirical defences such as adversarial training enjoy much higher popularity among practitioners. In this paper, we s… ▽ More

    Submitted 12 June, 2023; originally announced June 2023.

  15. arXiv:2306.03962  [pdf, other

    cs.LG cs.AI cs.CR stat.ML

    PILLAR: How to make semi-private learning more effective

    Authors: Francesco Pinto, Yaxi Hu, Fanny Yang, Amartya Sanyal

    Abstract: In Semi-Supervised Semi-Private (SP) learning, the learner has access to both public unlabelled and private labelled data. We propose a computationally efficient algorithm that, under mild assumptions on the data, provably achieves significantly lower private labelled sample complexity and can be efficiently run on real-world datasets. For this purpose, we leverage the features extracted by networ… ▽ More

    Submitted 6 June, 2023; originally announced June 2023.

  16. arXiv:2304.13019  [pdf, other

    cs.LG

    Certifying Ensembles: A General Certification Theory with S-Lipschitzness

    Authors: Aleksandar Petrov, Francisco Eiras, Amartya Sanyal, Philip H. S. Torr, Adel Bibi

    Abstract: Improving and guaranteeing the robustness of deep learning models has been a topic of intense research. Ensembling, which combines several classifiers to provide a better model, has shown to be beneficial for generalisation, uncertainty estimation, calibration, and mitigating the effects of concept drift. However, the impact of ensembling on certified robustness is less well understood. In this wo… ▽ More

    Submitted 25 April, 2023; originally announced April 2023.

    Comments: Accepted to ICML 2023

  17. A viable form of the metric Teleparallel F(T) theory of gravity

    Authors: Manas Chakrabortty, Nayem Sk, Abhik Kumar Sanyal

    Abstract: Unlike F(R) gravity, pure metric F(T) gravity in the vacuum dominated era, ends up with an imaginary action and is therefore not feasible. This eerie situation may only be circumvented by associating a scalar field, which can also drive inflation in the very early universe. We show that, despite diverse claims, F(T) theory admits Noether symmetry only in the pressure-less dust era in the form F(T)… ▽ More

    Submitted 13 April, 2023; v1 submitted 9 April, 2023; originally announced April 2023.

    Comments: 12 pages, 0 figures

  18. arXiv:2302.09680  [pdf, other

    cs.CR

    Certified private data release for sparse Lipschitz functions

    Authors: Konstantin Donhauser, Johan Lokna, Amartya Sanyal, March Boedihardjo, Robert Hönig, Fanny Yang

    Abstract: As machine learning has become more relevant for everyday applications, a natural requirement is the protection of the privacy of the training data. When the relevant learning questions are unknown in advance, or hyper-parameter tuning plays a central role, one solution is to release a differentially private synthetic data set that leads to similar conclusions as the original training data. In thi… ▽ More

    Submitted 28 August, 2023; v1 submitted 19 February, 2023; originally announced February 2023.

    Comments: Revision with major changes

  19. Perusing Buchbinder--Lyakhovich canonical formalism for Higher-Order Theories of Gravity

    Authors: Dalia Saha, Abhik Kumar Sanyal

    Abstract: Ostrogradsky's, Dirac's and Horowitz's techniques of higher order theories of gravity produce identical phase-space structures. The problem is manifested in the case of Gauss-Bonnet-dilatonic coupled action in the presence of higher-order term, in which case, classical correspondence can't be established. Here, we explore yet another technique developed by Buchbinder and his collaborators (BL) lon… ▽ More

    Submitted 12 January, 2023; originally announced January 2023.

    Comments: 19 pages, 0 figure

    Journal ref: Universe 2023, 9, 48 (2023)

  20. arXiv:2301.03898  [pdf

    physics.flu-dyn cond-mat.mtrl-sci cond-mat.soft

    Synergetic Effect of Wall-Slip and Compressibility During Startup Flow of Complex Fluids

    Authors: Aniruddha Sanyal, Sachin Balasaheb Shinde, Lalit Kumar

    Abstract: The present letter explains the synergetic effect of wall-slip, compressibility, and thixotropy in a pressurized flow startup operation of various structured fluids. Opposite to the intuition, experimental and numerical simulations suggest that the wall-slip (adhesive failure) is facilitating gel degradation (cohesive failure), revealing a new flow-startup mechanism. The thixotropic rheological mo… ▽ More

    Submitted 10 January, 2023; originally announced January 2023.

    Comments: submitted elsewhere also for publication, it contains 33 pages

  21. arXiv:2211.11922  [pdf, other

    cs.RO

    Practice Makes Perfect: an iterative approach to achieve precise tracking for legged robots

    Authors: **g Cheng, Yasser G. Alqaham, Amit K. Sanyal, Zhenyu Gan

    Abstract: Precise trajectory tracking for legged robots can be challenging due to their high degrees of freedom, unmodeled nonlinear dynamics, or random disturbances from the environment. A commonly adopted solution to overcome these challenges is to use optimization-based algorithms and approximate the system with a simplified, reduced-order model. Additionally, deep neural networks are becoming a more pro… ▽ More

    Submitted 21 November, 2022; originally announced November 2022.

    Comments: 6 pages, 4 figures

    ACM Class: I.2.9

  22. Robust Quantum Circuit for Clique Problem with Intermediate Qudits

    Authors: Arpita Sanyal, Amit Saha, Banani Saha, Amlan Chakrabarti

    Abstract: Clique problem has a wide range of applications due to its pattern matching ability. There are various formulation of clique problem like $k$-clique problem, maximum clique problem, etc. The $k$-Clique problem, determines whether an arbitrary network has a clique or not whereas maximum clique problem finds the largest clique in a graph. It is already exhibited in the literature that the $k$-clique… ▽ More

    Submitted 15 November, 2022; originally announced November 2022.

    Comments: 19 pages, 22 figures

    Journal ref: Nano Communication Networks Volume 37 (2023)

  23. Current Landscape of Mesenchymal Stem Cell Therapy in COVID Induced Acute Respiratory Distress Syndrome

    Authors: Adrita Chanda, Adrija Aich, Arka Sanyal, Anantika Chandra, Saumyadeep Goswami

    Abstract: The severe acute respiratory syndrome coronavirus 2 outbreak in Chinas Hubei area in late 2019 has now created a global pandemic that has spread to over 150 countries. In most people, COVID 19 is a respiratory infection that produces fever, cough, and shortness of breath. Patients with severe COVID 19 may develop ARDS. MSCs can come from a number of places, such as bone marrow, umbilical cord, and… ▽ More

    Submitted 5 November, 2022; originally announced November 2022.

    Comments: 14 Pages, 6 Figures

    Journal ref: Acta Scientific MICROBIOLOGY (ISSN: 2581-3226), Volume 5 Issue 8 August 2022

  24. Identification and Molecular Dynamic Simulation of Flavonoids from Mediterranean species of Oregano against the Zika NS2B-NS3 Protease

    Authors: Anushikha Ghosh, Arka Sanyal, Sameer Sharma

    Abstract: The Zika virus, is an emerging infectious disease causing severe complications such as microcephaly in infants and Guillain Barre syndrome in adults. There is no licensed vaccination or approved medicine to treat ZIKV infection. Therefore, extensive research is being carried out to find compounds that can be used effectively as therapeutic molecules to treat ZIKV infection. Oregano, a commonly fou… ▽ More

    Submitted 5 November, 2022; originally announced November 2022.

    Comments: 24 Pages, 12 Figures

    Journal ref: World Journal of Pharmaceutical Research, Volume 11, Issue 15, Page 1236-1259, Year 2022

  25. arXiv:2210.04817  [pdf, ps, other

    cs.LG cs.CR

    Do you pay for Privacy in Online learning?

    Authors: Amartya Sanyal, Giorgia Ramponi

    Abstract: Online learning, in the mistake bound model, is one of the most fundamental concepts in learning theory. Differential privacy, instead, is the most widely used statistical concept of privacy in the machine learning community. It is thus clear that defining learning problems that are online differentially privately learnable is of great interest. In this paper, we pose the question on if the two pr… ▽ More

    Submitted 10 October, 2022; originally announced October 2022.

    Comments: This is an updated version with i) clearer problem statements especially in proposed Theorem 1 and ii) clearer discussion of existing work especially Golowich and Livni (2021). Conference on Learning Theory. PMLR, 2022

  26. arXiv:2209.12120  [pdf, ps, other

    gr-qc

    Probing symmetric teleparallel gravity in the early universe

    Authors: Avik De, Dalia Saha, Ganesh Subramaniam, Abhik Kumar Sanyal

    Abstract: General theory of relativity can be equivalently formulated on a flat spacetime that associates with a torsion-free affine connection of non-vanishing non-metricity scalar $Q$. In this work, we present an extension of this, the $f(Q)$ theory of gravity, and explore the early evolution of the universe in the background of anisotropic Bianchi-I model. The f(Q) theory in the current setting through i… ▽ More

    Submitted 24 September, 2022; originally announced September 2022.

  27. arXiv:2207.03933  [pdf, other

    stat.ML cs.CR cs.LG

    A law of adversarial risk, interpolation, and label noise

    Authors: Daniel Paleka, Amartya Sanyal

    Abstract: In supervised learning, it has been shown that label noise in the data can be interpolated without penalties on test accuracy. We show that interpolating label noise induces adversarial vulnerability, and prove the first theorem showing the relationship between label noise and adversarial risk for any data distribution. Our results are almost tight if we do not make any assumptions on the inductiv… ▽ More

    Submitted 13 March, 2023; v1 submitted 8 July, 2022; originally announced July 2022.

    Comments: 22 pages, 8 figures. Accepted for ICLR 2023

  28. Discrete-time Rigid Body Pose Estimation based on Lagrange-d'Alembert principle

    Authors: Maulik Bhatt, Srikant Sukumar, Amit K Sanyal

    Abstract: The problem of rigid body pose estimation is treated in discrete-time via discrete Lagrange-d'Alembert principle and discrete Lyapunov methods. The position and attitude of the rigid body are to be estimated simultaneously with the help of vision and inertial sensors. For the discrete-time estimation of pose, the continuous-time rigid body kinematics equations are discretized appropriately. We app… ▽ More

    Submitted 17 June, 2022; originally announced June 2022.

  29. arXiv:2206.08871  [pdf, other

    cs.LG stat.ML

    How Robust is Unsupervised Representation Learning to Distribution Shift?

    Authors: Yuge Shi, Imant Daunhawer, Julia E. Vogt, Philip H. S. Torr, Amartya Sanyal

    Abstract: The robustness of machine learning algorithms to distributions shift is primarily discussed in the context of supervised learning (SL). As such, there is a lack of insight on the robustness of the representations learned from unsupervised methods, such as self-supervised learning (SSL) and auto-encoder based algorithms (AE), to distribution shift. We posit that the input-driven objectives of unsup… ▽ More

    Submitted 16 December, 2022; v1 submitted 17 June, 2022; originally announced June 2022.

  30. arXiv:2206.08242  [pdf, other

    cs.LG cs.AI cs.CV

    Catastrophic overfitting can be induced with discriminative non-robust features

    Authors: Guillermo Ortiz-Jiménez, Pau de Jorge, Amartya Sanyal, Adel Bibi, Puneet K. Dokania, Pascal Frossard, Gregory Rogéz, Philip H. S. Torr

    Abstract: Adversarial training (AT) is the de facto method for building robust neural networks, but it can be computationally expensive. To mitigate this, fast single-step attacks can be used, but this may lead to catastrophic overfitting (CO). This phenomenon appears when networks gain non-trivial robustness during the first stages of AT, but then reach a breaking point where they become vulnerable in just… ▽ More

    Submitted 15 August, 2023; v1 submitted 16 June, 2022; originally announced June 2022.

    Comments: Published in Transactions on Machine Learning Research (TMLR)

  31. arXiv:2206.03985  [pdf, other

    cs.LG cs.CR stat.ML

    How unfair is private learning ?

    Authors: Amartya Sanyal, Yaxi Hu, Fanny Yang

    Abstract: As machine learning algorithms are deployed on sensitive data in critical decision making processes, it is becoming increasingly important that they are also private and fair. In this paper, we show that, when the data has a long-tailed structure, it is not possible to build accurate learning algorithms that are both private and results in higher accuracy on minority subpopulations. We further sho… ▽ More

    Submitted 24 December, 2022; v1 submitted 8 June, 2022; originally announced June 2022.

    Comments: Accepted as an Oral paper in UAI '2022, Major update on 23 Dec, 2022

  32. arXiv:2203.08729  [pdf, other

    cs.RO eess.SY

    Input Influence Matrix Design for MIMO Discrete-Time Ultra-Local Model

    Authors: Sangli Teng, Amit K. Sanyal, Ram Vasudevan, Anthony Bloch, Maani Ghaffari

    Abstract: Ultra-Local Models (ULM) have been applied to perform model-free control of nonlinear systems with unknown or partially known dynamics. Unfortunately, extending these methods to MIMO systems requires designing a dense input influence matrix which is challenging. This paper presents guidelines for designing an input influence matrix for discrete-time, control-affine MIMO systems using an ULM-based… ▽ More

    Submitted 16 March, 2022; originally announced March 2022.

    Comments: Accepted to 2022 American Control Conference (ACC)

  33. arXiv:2202.01181  [pdf, other

    cs.LG cs.CV

    Make Some Noise: Reliable and Efficient Single-Step Adversarial Training

    Authors: Pau de Jorge, Adel Bibi, Riccardo Volpi, Amartya Sanyal, Philip H. S. Torr, Grégory Rogez, Puneet K. Dokania

    Abstract: Recently, Wong et al. showed that adversarial training with single-step FGSM leads to a characteristic failure mode named Catastrophic Overfitting (CO), in which a model becomes suddenly vulnerable to multi-step attacks. Experimentally they showed that simply adding a random perturbation prior to FGSM (RS-FGSM) could prevent CO. However, Andriushchenko and Flammarion observed that RS-FGSM still le… ▽ More

    Submitted 17 October, 2022; v1 submitted 2 February, 2022; originally announced February 2022.

    Comments: Published in NeurIPS 2022

  34. The issue of Branched Hamiltonian in F(T) Teleparallel Gravity

    Authors: Manas Chakrabortty, Kaushik Sarkar, Abhik Kumar Sanyal

    Abstract: As in the case of Lanczos-Lovelock gravity, the main advantage of F(T) gravity is said to be that it leads to second order field equations, while F(R) gravity theory leads to fourth order equations. We show that it is rather a disadvantage, since it leads to the unresolved issue of `Branched Hamiltonian'. The problem is bypassed in F(R,T) gravity theory.

    Submitted 24 June, 2022; v1 submitted 20 January, 2022; originally announced January 2022.

    Comments: 12 pages, 0 figures

    Journal ref: International Journal of Modern Physics D, (2022) 2250083 (14 pages) (2022)

  35. arXiv:2201.06640  [pdf, other

    cs.LG cs.CV

    Towards Adversarial Evaluations for Inexact Machine Unlearning

    Authors: Shashwat Goel, Ameya Prabhu, Amartya Sanyal, Ser-Nam Lim, Philip Torr, Ponnurangam Kumaraguru

    Abstract: Machine Learning models face increased concerns regarding the storage of personal user data and adverse impacts of corrupted data like backdoors or systematic bias. Machine Unlearning can address these by allowing post-hoc deletion of affected training data from a learned model. Achieving this task exactly is computationally expensive; consequently, recent works have proposed inexact unlearning al… ▽ More

    Submitted 22 February, 2023; v1 submitted 17 January, 2022; originally announced January 2022.

    Comments: Tech Report

  36. arXiv:2201.02473  [pdf, ps, other

    gr-qc astro-ph.CO

    Inflation -- a Comparative Study Amongst Different Modified Gravity Theories

    Authors: Dalia Saha, Abhik Kumar Sanyal

    Abstract: In the recent years, a host of modified gravity models have been proposed as alternatives to the dark energy. A quantum theory of gravity also requires to modify `General Theory of Relativity'. In the present article, we consider five different modified theories of gravity, and compare inflationary parameters with recent data sets released by two Planck collaboration teams. Our analysis reveals th… ▽ More

    Submitted 7 January, 2022; originally announced January 2022.

    Comments: 21 Pages, 0 figures

    Journal ref: Indian Journal of Theoretical Physics, Volume 68, Nos. 3,4, pages 53-98 (2020), ISSN: 0019-5693

  37. Inflation with F(T) Teleparallel Gravity

    Authors: Manas Chakrabortty, Nayem Sk, Susmita Sanyal, Abhik Kumar Sanyal

    Abstract: We study early universe with a particular form of F(T) Telleparallel gravity theory, in which inflation is driven by a scalar field. To ensure slow rollover, two different potentials are chosen in a manner, such that they remain almost flat for large initial value of the scalar field. Inflationary parameters show wonderful fit with the presently available Planck's data set. The energy scale of inf… ▽ More

    Submitted 17 December, 2021; originally announced December 2021.

    Comments: 21 pages, zero figures

    Journal ref: Euro.Phys.J.Plus, 2021

  38. arXiv:2112.07844  [pdf, other

    cs.LG

    Fix your Models by Fixing your Datasets

    Authors: Atindriyo Sanyal, Vikram Chatterji, Nidhi Vyas, Ben Epstein, Nikita Demir, Anthony Corletti

    Abstract: The quality of underlying training data is very crucial for building performant machine learning models with wider generalizabilty. However, current machine learning (ML) tools lack streamlined processes for improving the data quality. So, getting data quality insights and iteratively pruning the errors to obtain a dataset which is most representative of downstream use cases is still an ad-hoc man… ▽ More

    Submitted 14 December, 2021; originally announced December 2021.

  39. Multitude of Topological Phase Transitions in Bipartite Dice and Lieb Lattices with Interacting Electrons and Rashba Coupling

    Authors: Rahul Soni, Amit Bikram Sanyal, Nitin Kaushal, Satoshi Okamoto, Adriana Moreo, Elbio Dagotto

    Abstract: We report the results of a Hartree-Fock study applied to interacting electrons moving in two different bipartite lattices: the dice and the Lieb lattices, at half-filling. Both lattices develop ferrimagnetic order in the phase diagram $U$-$λ$, where $U$ is the Hubbard onsite repulsion and $λ$ the Rashba spin-orbit coupling strength. Our main result is the observation of an unexpected multitude of… ▽ More

    Submitted 21 December, 2021; v1 submitted 7 October, 2021; originally announced October 2021.

    Comments: 12 pages, 12 figures

  40. arXiv:2108.07083  [pdf, other

    cs.LG

    Identifying and Exploiting Structures for Reliable Deep Learning

    Authors: Amartya Sanyal

    Abstract: Deep learning research has recently witnessed an impressively fast-paced progress in a wide range of tasks including computer vision, natural language processing, and reinforcement learning. The extraordinary performance of these systems often gives the impression that they can be used to revolutionise our lives for the better. However, as recent works point out, these systems suffer from several… ▽ More

    Submitted 16 August, 2021; originally announced August 2021.

    Comments: Final Thesis for DPhil in Computer Science submitted at the University of Oxford

  41. arXiv:2108.05053  [pdf, other

    cs.LG cs.DB

    Managing ML Pipelines: Feature Stores and the Coming Wave of Embedding Ecosystems

    Authors: Laurel Orr, Atindriyo Sanyal, Xiao Ling, Karan Goel, Megan Leszczynski

    Abstract: The industrial machine learning pipeline requires iterating on model features, training and deploying models, and monitoring deployed models at scale. Feature stores were developed to manage and standardize the engineer's workflow in this end-to-end pipeline, focusing on traditional tabular feature data. In recent years, however, model development has shifted towards using self-supervised pretrain… ▽ More

    Submitted 11 August, 2021; originally announced August 2021.

    Journal ref: VLDB 2021

  42. Conflict between some higher-order curvature invariant terms

    Authors: Dalia Saha, Mohosin Alam, Ranajit Mandal, Abhik Kumar Sanyal

    Abstract: A viable quantum theory does not allow curvature invariant terms of different higher orders to be accommodated in the gravitational action. We show that there is indeed a conflict between the curvature squared and Gauss-Bonnet squared terms from the point of view of hermiticity. This means one should choose either, in addition to the Einstein-Hilbert term, but never the two together. We explore ea… ▽ More

    Submitted 26 October, 2021; v1 submitted 12 June, 2021; originally announced June 2021.

    Comments: 18 pages, 0 figures

    Journal ref: Nuclear Physics B 973 (2021) 115570

  43. String cosmology in Bianchi I space-time

    Authors: A. Banerjee, Abhik Kumar Sanyal, S. Chakraborty

    Abstract: Some cosmological solutions of massive strings are obtained in Bianchi I space-time following the techniques used by Letelier and Stachel. A class of solutions corresponds to string cosmology associated with/without a magnetic field and the other class consists of pure massive strings, obeying the Takabayashi equation of state.

    Submitted 8 June, 2021; originally announced June 2021.

    Comments: 9 pages, 0 figures

    Journal ref: Pramana- J. Phys., Vol. 34, No. 1, January 1990, pp. 1-11

  44. arXiv:2106.00527  [pdf, ps, other

    physics.flu-dyn

    Viscoelastic flow past an infinite plate with suction and constant heat flux

    Authors: Abhik Kumar Sanyal, D. Ray

    Abstract: While studying the viscoelastic flow past an infinite plate with suction and constant heat flux between fluid and plate, Raptis and Tziyanidis gave the solution of a pair of equations for velocity and temperature as functions of distance. They then gave some approximate solutions. This letter shows that the approximations are not justified and presents an exact analytical study.

    Submitted 1 June, 2021; originally announced June 2021.

    Comments: 5 pages, 0 figures

    Journal ref: J. Phys. D: Appl. Phys.1, 6 (1983) L17-L22

  45. New conserved tensors and Brans-Dicke type field equation, using integrability condition

    Authors: Abhik Kumar Sanyal, Bijan Modak, Manas Chakrabortty

    Abstract: We explore some new off-shell and on-shell conserved quantities for a scalar field in Minkowski space, using integrability condition. The off-shell conserved tensors are related to the kinematics of the field, while a linear combination of the off-shell and the on-shell conserved tensors ends up with the energy-momentum tensor for the scalar field. In the curved background, using Ricci and Bianchi… ▽ More

    Submitted 20 January, 2022; v1 submitted 27 May, 2021; originally announced May 2021.

    Comments: 14 pages, 0 figures

    Journal ref: International Journal of Geometric Methods in Modern Physics, (2022) 2250058 (19 pages)

  46. Bianchi II, VIII, and IX viscous fluid cosmology

    Authors: A. Banerjee, Abhik Kumar Sanyal, S. Chakraborty

    Abstract: In this paper we study the exact solutions for a viscous fluid distribution in Bianchi II, VIII, and IX models. The metric is simplified by assuming a relationship between the coefficients and the metric tensor. Solutions are obtained in two special cases: in one, an additional assumption is made where the matter density and the expansion scalar have a definite relation and in the other a barotrop… ▽ More

    Submitted 22 May, 2021; originally announced May 2021.

    Comments: 7 pages, 0 figures

    Journal ref: Astrophysics and Space Science 166: 259-268, 1990

  47. Canonical equivalence, quantization and anisotropic inflation in higher order theory of gravity

    Authors: Subhra Debnath, Abhik Kumar Sanyal

    Abstract: We construct phase-space structure of a typical higher-order theory of gravity, in the background of anisotropic Bianchi-1 mini-superspace, following `Modified Horowitz Formalism' as well as applying `Dirac Algorithm' (after taking care of the divergent terms), and establish equivalence. Canonical quantization, and semiclassical approximation are performed to expatiate the fact that such a quantum… ▽ More

    Submitted 20 May, 2021; originally announced May 2021.

    Comments: 28 pages. 0 figures

    Journal ref: Class. Quantum Grav. 38 (2021) 125010 (31pp)

  48. Bianchi VI0 viscous fluid cosmology with magnetic field

    Authors: Marcelo Byrro Ribeiro, Abhik Kumar Sanyal

    Abstract: A spatially homogeneous Bianchi type VI0 model containing a viscous fluid in the presence of an axial magnetic field has been studied. A barotropic equation of state together with a pair of linear relations among the square root of matter density, shear scalar, and expansion scalar have been assumed. Solutions are obtained in the presence of a magnetic field, only in two special cases, which are c… ▽ More

    Submitted 17 May, 2021; originally announced May 2021.

    Comments: 7 pages, 0 figures

    Journal ref: Journal of Mathematical Physics 28, 657 (1987)

  49. arXiv:2105.07235  [pdf, ps, other

    gr-qc

    Homogeneous Anisotropic Cosmological Models with Viscous Fluid and Magnetic Field

    Authors: A. Banerjee, Abhik Kumar Sanyal

    Abstract: The paper presents some exact solutions of Bianchi types I, III and Kantowski-Sachs cosmological models consisting of a dissipative fluid along with an axial magnetic field. A barytropic equation of state between the thermodynamic pressure and the matter density, together with a pair of linear relations between the matter density, the shear scalar, and the expansion scalar have been assumed for si… ▽ More

    Submitted 15 May, 2021; originally announced May 2021.

    Comments: 8 pages, 0 figure

    Journal ref: General Relativity and Gravitation, 18, 1251, (1986)

  50. arXiv:2105.03593  [pdf, ps, other

    gr-qc astro-ph.CO

    Bianchi Type-II Cosmological Model with Viscous Fluid

    Authors: A. Banerjee, S. B. Duttachoudhury, Abhik Kumar Sanyal

    Abstract: A spatially homogeneous and locally rotationally symmetric Bianchi type-II cosmological model under the influence of both shear and bulk viscosity has been studied. Exact solutions are obtained with a barotropic equation of state between thermodynamics pressure and the energy density of the fluid, and considering the linear relationships amongst the energy density, the expansion scalar and the she… ▽ More

    Submitted 8 May, 2021; originally announced May 2021.

    Comments: 11 pages

    Journal ref: General Relativity and Gravitation, Vol. 18, No. 5, 1986