Zum Hauptinhalt springen

Showing 1–23 of 23 results for author: Sur-Kolay, S

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

    quant-ph cs.DS cs.ET

    Resource-aware scheduling of multiple quantum circuits on a hardware device

    Authors: Debasmita Bhoumik, Ritajit Majumdar, Susmita Sur-Kolay

    Abstract: Recent quantum technologies and quantum error-correcting codes emphasize the requirement for arranging interacting qubits in a nearest-neighbor (NN) configuration while mapping a quantum circuit onto a given hardware device, in order to avoid undesirable noise. It is equally important to minimize the wastage of qubits in a quantum hardware device with m qubits while running circuits of n qubits in… ▽ More

    Submitted 11 July, 2024; originally announced July 2024.

    Comments: 18 pages, single column

  2. arXiv:2405.19948  [pdf, other

    cs.CR cs.SE

    Scalable Test Generation to Trigger Rare Targets in High-Level Synthesizable IPs for Cloud FPGAs

    Authors: Mukta Debnath, Animesh Basak Chowdhury, Debasri Saha, Susmita Sur-Kolay

    Abstract: High-Level Synthesis (HLS) has transformed the development of complex Hardware IPs (HWIP) by offering abstraction and configurability through languages like SystemC/C++, particularly for Field Programmable Gate Array (FPGA) accelerators in high-performance and cloud computing contexts. These IPs can be synthesized for different FPGA boards in cloud, offering compact area requirements and enhanced… ▽ More

    Submitted 30 May, 2024; originally announced May 2024.

  3. arXiv:2405.04023  [pdf, other

    eess.IV cs.CV

    Lumbar Spine Tumor Segmentation and Localization in T2 MRI Images Using AI

    Authors: Rikathi Pal, Sudeshna Mondal, Aditi Gupta, Priya Saha, Somoballi Ghoshal, Amlan Chakrabarti, Susmita Sur-Kolay

    Abstract: In medical imaging, segmentation and localization of spinal tumors in three-dimensional (3D) space pose significant computational challenges, primarily stemming from limited data availability. In response, this study introduces a novel data augmentation technique, aimed at automating spine tumor segmentation and localization through AI approaches. Leveraging a fusion of fuzzy c-means clustering an… ▽ More

    Submitted 7 May, 2024; originally announced May 2024.

    Comments: 9 pages, 12 figures

  4. arXiv:2404.18291  [pdf, other

    cs.CV cs.AI

    Panoptic Segmentation and Labelling of Lumbar Spine Vertebrae using Modified Attention Unet

    Authors: Rikathi Pal, Priya Saha, Somoballi Ghoshal, Amlan Chakrabarti, Susmita Sur-Kolay

    Abstract: Segmentation and labeling of vertebrae in MRI images of the spine are critical for the diagnosis of illnesses and abnormalities. These steps are indispensable as MRI technology provides detailed information about the tissue structure of the spine. Both supervised and unsupervised segmentation methods exist, yet acquiring sufficient data remains challenging for achieving high accuracy. In this stud… ▽ More

    Submitted 28 April, 2024; originally announced April 2024.

    Comments: 9 pages, 10 figures

  5. FragQC: An Efficient Quantum Error Reduction Technique using Quantum Circuit Fragmentation

    Authors: Saikat Basu, Arnav Das, Amit Saha, Amlan Chakrabarti, Susmita Sur-Kolay

    Abstract: Quantum computers must meet extremely stringent qualitative and quantitative requirements on their qubits in order to solve real-life problems. Quantum circuit fragmentation techniques divide a large quantum circuit into a number of sub-circuits that can be executed on the smaller noisy quantum hardware available. However, the process of quantum circuit fragmentation involves finding an ideal cut… ▽ More

    Submitted 30 September, 2023; originally announced October 2023.

    Comments: 30 pages, 9 figures

    Journal ref: Journal of Systems and Software 2024

  6. arXiv:2309.16282  [pdf, other

    cs.CR

    AgEncID: Aggregate Encryption Individual Decryption of Key for FPGA Bitstream IP Cores in Cloud

    Authors: Mukta Debnath, Krishnendu Guha, Debasri Saha, Susmita Sur-Kolay

    Abstract: Cloud computing platforms are progressively adopting Field Programmable Gate Arrays to deploy specialized hardware accelerators for specific computational tasks. However, the security of FPGA-based bitstream for Intellectual Property, IP cores from unauthorized interception in cloud environments remains a prominent concern. Existing methodologies for protection of such bitstreams possess several l… ▽ More

    Submitted 4 October, 2023; v1 submitted 28 September, 2023; originally announced September 2023.

    Comments: 21 pages, 7 figures, 5 tables

  7. arXiv:2303.09523  [pdf, other

    eess.IV cs.CV

    Fast 3D Volumetric Image Reconstruction from 2D MRI Slices by Parallel Processing

    Authors: Somoballi Ghoshal, Shremoyee Goswami, Amlan Chakrabarti, Susmita Sur-Kolay

    Abstract: Magnetic Resonance Imaging (MRI) is a technology for non-invasive imaging of anatomical features in detail. It can help in functional analysis of organs of a specimen but it is very costly. In this work, methods for (i) virtual three-dimensional (3D) reconstruction from a single sequence of two-dimensional (2D) slices of MR images of a human spine and brain along a single axis, and (ii) generation… ▽ More

    Submitted 16 March, 2023; originally announced March 2023.

    Comments: 19 pages, figure 14

  8. arXiv:2210.09730  [pdf, other

    cs.IT quant-ph

    Efficient Syndrome Decoder for Heavy Hexagonal QECC via Machine Learning

    Authors: Debasmita Bhoumik, Ritajit Majumdar, Dhiraj Madan, Dhinakaran Vinayagamurthy, Shesha Raghunathan, Susmita Sur-Kolay

    Abstract: Error syndromes for heavy hexagonal code and other topological codes such as surface code have typically been decoded by using Minimum Weight Perfect Matching (MWPM) based methods. Recent advances have shown that topological codes can be efficiently decoded by deploying machine learning (ML) techniques, in particular with neural networks. In this work, we first propose an ML based decoder for heav… ▽ More

    Submitted 2 April, 2024; v1 submitted 18 October, 2022; originally announced October 2022.

    Comments: This paper is published in ACM Transactions on Quantum Computing. Link https://dl.acm.org/doi/abs/10.1145/3636516

    Journal ref: ACM Transactions on Quantum Computing 5, 1, Article 5 (March 2024), 27 pages

  9. arXiv:2205.04047  [pdf, other

    cs.SE cs.CR

    GreyConE: Greybox fuzzing+Concolic execution guided test generation for high level design

    Authors: Mukta Debnath, Animesh Basak Chowdhury, Debasri Saha, Susmita Sur-Kolay

    Abstract: Exhaustive testing of high-level designs pose an arduous challenge due to complex branching conditions, loop structures and inherent concurrency of hardware designs. Test engineers aim to generate quality test-cases satisfying various code coverage metrics to ensure minimal presence of bugs in a design. Prior works in testing SystemC designs are time inefficient which obstruct achieving the desire… ▽ More

    Submitted 13 July, 2022; v1 submitted 9 May, 2022; originally announced May 2022.

    Comments: 5 pages, 5 figures, 2 tables, 2 algorithms. Accepted in International Test Conference (ITC 2022)

  10. arXiv:2111.00805  [pdf, other

    cs.CR

    FuCE: Fuzzing+Concolic Execution guided Trojan Detection in Synthesizable Hardware Designs

    Authors: Mukta Debnath, Animesh Basak Chowdhury, Debasri Saha, Susmita Sur-Kolay

    Abstract: High-level synthesis (HLS) is the next emerging trend for designing complex customized architectures for applications such as Machine Learning, Video Processing. It provides a higher level of abstraction and freedom to hardware engineers to perform hardware software co-design. However, it opens up a new gateway to attackers to insert hardware trojans. Such trojans are semantically more meaningful… ▽ More

    Submitted 1 November, 2021; originally announced November 2021.

    Comments: 23 pages, 4 figures, 6 tables, 4 listings

  11. arXiv:2110.04637  [pdf, other

    quant-ph cs.DS

    Depth Optimized Ansatz Circuit in QAOA for Max-Cut

    Authors: Ritajit Majumdar, Debasmita Bhoumik, Dhiraj Madan, Dhinakaran Vinayagamurthy, Shesha Raghunathan, Susmita Sur-Kolay

    Abstract: While a Quantum Approximate Optimization Algorithm (QAOA) is intended to provide a quantum advantage in finding approximate solutions to combinatorial optimization problems, noise in the system is a hurdle in exploiting its full potential. Several error mitigation techniques have been studied to lessen the effect of noise on this algorithm. Recently, Majumdar et al. proposed a Depth First Search (… ▽ More

    Submitted 9 October, 2021; originally announced October 2021.

    Comments: 12 pages, single column

  12. arXiv:2106.02812  [pdf, other

    quant-ph cs.DS

    Optimizing Ansatz Design in QAOA for Max-cut

    Authors: Ritajit Majumdar, Dhiraj Madan, Debasmita Bhoumik, Dhinakaran Vinayagamurthy, Shesha Raghunathan, Susmita Sur-Kolay

    Abstract: Quantum Approximate Optimization Algorithm (QAOA) is studied primarily to find approximate solutions to combinatorial optimization problems. For a graph with $n$ vertices and $m$ edges, a depth $p$ QAOA for the Max-cut problem requires $2\cdot m \cdot p$ CNOT gates. CNOT is one of the primary sources of error in modern quantum computers. In this paper, we propose two hardware independent methods t… ▽ More

    Submitted 28 June, 2021; v1 submitted 5 June, 2021; originally announced June 2021.

    Comments: 13 pages; double column

  13. Asymptotically Improved Circuit for $d$-ary Grover's Algorithm with Advanced Decomposition of $n$-qudit Toffoli Gate

    Authors: Amit Saha, Ritajit Majumdar, Debasri Saha, Amlan Chakrabarti, Susmita Sur-Kolay

    Abstract: The progress in building quantum computers to execute quantum algorithms has recently been remarkable. Grover's search algorithm in a binary quantum system provides considerable speed-up over classical paradigm. Further, Grover's algorithm can be extended to a $d$-ary (qudit) quantum system for utilizing the advantage of larger state space, which helps to reduce the run-time of the algorithm as co… ▽ More

    Submitted 18 May, 2022; v1 submitted 8 December, 2020; originally announced December 2020.

    Comments: 15 pages, 9 figures

    Journal ref: Phys. Rev. A, volume: 105 (2022)

  14. arXiv:2008.00713  [pdf, other

    quant-ph cs.ET

    Exploiting degeneracy to construct good ternary quantum error correcting code

    Authors: Ritajit Majumdar, Susmita Sur-Kolay

    Abstract: Quantum error-correcting code for higher dimensional systems can, in general, be directly constructed from the codes for qubit systems. What remains unknown is whether there exist efficient code design techniques for higher dimensional systems. In this paper, we propose a 7-qutrit error-correcting code for the ternary quantum system and show that this design formulation has no equivalence in qubit… ▽ More

    Submitted 3 August, 2020; originally announced August 2020.

  15. arXiv:1908.07229   

    quant-ph cs.IT

    Minimal degenerate CSS quantum code with low cost circuit

    Authors: Ritajit Majumdar, Susmita Sur-Kolay

    Abstract: Error correction is of utmost necessity for large-scale quantum computing. Quantum error correcting codes can be degenerate, if more than one type of error can map the input state to the same error state. In this paper, we propose a 6-qubit degenerate CSS code. We show that our proposed code can correct a single bit flip error, but arbitrarily many phase flip errors occurring on the codeword. Furt… ▽ More

    Submitted 22 August, 2019; v1 submitted 20 August, 2019; originally announced August 2019.

    Comments: Minor error detected. Will be re-uploaded after correction

  16. arXiv:1906.11137  [pdf, ps, other

    quant-ph cs.ET

    Optimal Error Correcting Code For Ternary Quantum Systems

    Authors: Ritajit Majumdar, Susmita Sur-Kolay

    Abstract: Multi-valued quantum systems can store more information than binary ones for a given number of quantum states. For reliable operation of multi-valued quantum systems, error correction is mandated. In this paper, we propose a 5-qutrit quantum error-correcting code and provide its stabilizer formulation. Since 5 qutrits are necessary to correct a single error, our proposed code is optimal in the num… ▽ More

    Submitted 11 February, 2020; v1 submitted 26 June, 2019; originally announced June 2019.

    Comments: This is more of a rigorous exercise than a novel research

  17. arXiv:1811.05161  [pdf, ps, other

    cs.OH

    Exploring the Scope of Unconstrained Via Minimization by Recursive Floorplan Bipartitioning

    Authors: Bapi Kar, Susmita Sur-Kolay, Chittaranjan Mandal

    Abstract: Random via failure is a major concern for post-fabrication reliability and poor manufacturing yield. A demanding solution to this problem is redundant via insertion during post-routing optimization. It becomes very critical when a multi-layer routing solution already incurs a large number of vias. Very few global routers addressed unconstrained via minimization (UVM) problem, while using minimal p… ▽ More

    Submitted 13 November, 2018; originally announced November 2018.

    Comments: A draft aimed at ACM TODAES journal, 25 pages with 16 figures and 2 tables

  18. arXiv:1810.12789  [pdf, ps, other

    cs.OH

    Early Routability Assessment in VLSI Floorplans: A Generalized Routing Model

    Authors: Bapi Kar, Susmita Sur-Kolay, Chittaranjan Mandal

    Abstract: Multiple design iterations are inevitable in nanometer Integrated Circuit (IC) design flow until desired printability and performance metrics are achieved. This starts with placement optimization aimed at improving routability, wirelength, congestion and timing in the design. Contrarily, no such practice exists on a floorplanned layout, during the early stage of the design flow. Recently, STAIRout… ▽ More

    Submitted 30 October, 2018; originally announced October 2018.

    Comments: A draft of 24 pages aimed at ACM-TODAES Journal, with 10 figures and 5 tables

  19. arXiv:1810.10412  [pdf, ps, other

    cs.OH

    STAIRoute: Early Global Routing using Monotone Staircases for Congestion Reduction

    Authors: Bapi Kar, Susmita Sur-Kolay, Chittaranjan Mandal

    Abstract: With aggressively shrinking process nodes, physical design methods face severe challenges due to poor convergence and uncertainty in getting an optimal solution. An early detection of potential failures is thus mandated. This has encouraged to devise a feedback mechanism from a lower abstraction level of the design flow to the higher ones, such as placement driven synthesis, routability (timing) d… ▽ More

    Submitted 6 April, 2020; v1 submitted 24 October, 2018; originally announced October 2018.

    Comments: 26 pages, 12 Figures, Springer Book chapter format

  20. arXiv:1709.04301   

    quant-ph cs.ET

    Quantum error correction for non-maximally entangled states

    Authors: Ritajit Majumdar, Susmita Sur-Kolay

    Abstract: Quantum states have high affinity for errors and hence error correction is of utmost importance to realise a quantum computer. Laflamme showed that 5 qubits are necessary to correct a single error on a qubit. In a Pauli error model, four different types of errors can occur on a qubit. Maximally entangled states are orthogonal to each other and hence can be uniquely distinguished by a measurement i… ▽ More

    Submitted 11 June, 2019; v1 submitted 13 September, 2017; originally announced September 2017.

    Comments: I have found some errors in the work which I have not been able to correct as of yet. I do not wish the erroneous work to be in arXiv

  21. arXiv:1612.08044  [pdf, other

    quant-ph cs.ET

    Error tracing in linear and concatenated quantum circuits

    Authors: Ritajit Majumdar, Saikat Basu, Priyanka Mukhopadhyay, Susmita Sur-Kolay

    Abstract: Descriptions of quantum algorithms, communication etc. protocols assume the existence of closed quantum system. However, real life quantum systems are open and are highly sensitive to errors. Hence error correction is of utmost importance if quantum computation is to be carried out in reality. Ideally, an error correction block should be placed after every gate operation in a quantum circuit. This… ▽ More

    Submitted 23 December, 2016; originally announced December 2016.

    Comments: 19 pages, 7 figures, 11 tables

  22. A Synthesis Method for Quaternary Quantum Logic Circuits

    Authors: Sudhindu Bikash Mandal, Amlan Chakrabarti, Susmita Sur-Kolay

    Abstract: Synthesis of quaternary quantum circuits involves basic quaternary gates and logic operations in the quaternary quantum domain. In this paper, we propose new projection operations and quaternary logic gates for synthesizing quaternary logic functions. We also demonstrate the realization of the proposed gates using basic quantum quaternary operations. We then employ our synthesis method to design o… ▽ More

    Submitted 26 October, 2012; originally announced October 2012.

    Comments: 10 pages

    Journal ref: Progress in VLSI Design and Test Lecture Notes in Computer Science Volume 7373, 2012, pp 270-280

  23. arXiv:1112.0564  [pdf, other

    cs.ET quant-ph

    Linear Nearest Neighbor Synthesis of Reversible Circuits by Graph Partitioning

    Authors: Amlan Chakrabarti, Susmita Sur-Kolay, Ayan Chaudhury

    Abstract: Linear Nearest Neighbor (LNN) synthesis in reversible circuits has emerged as an important issue in terms of technological implementation for quantum computation. The objective is to obtain a LNN architecture with minimum gate cost. As achieving optimal synthesis is a hard problem, heuristic methods have been proposed in recent literature. In this work we present a graph partitioning based approac… ▽ More

    Submitted 26 December, 2012; v1 submitted 2 December, 2011; originally announced December 2011.