Skip to main content

Showing 1–32 of 32 results for author: Agrawal, G

.
  1. arXiv:2404.13528  [pdf, other

    cs.LG cs.AI cs.DC

    SmartMem: Layout Transformation Elimination and Adaptation for Efficient DNN Execution on Mobile

    Authors: Wei Niu, Md Musfiqur Rahman Sanim, Zhihao Shu, Jiexiong Guan, Xipeng Shen, Miao Yin, Gagan Agrawal, Bin Ren

    Abstract: This work is motivated by recent developments in Deep Neural Networks, particularly the Transformer architectures underlying applications such as ChatGPT, and the need for performing inference on mobile devices. Focusing on emerging transformers (specifically the ones with computationally efficient Swin-like architectures) and large models (e.g., Stable Diffusion and LLMs) based on transformers, w… ▽ More

    Submitted 21 April, 2024; originally announced April 2024.

  2. arXiv:2403.01152  [pdf, other

    cs.CL cs.AI

    A Survey of AI-generated Text Forensic Systems: Detection, Attribution, and Characterization

    Authors: Tharindu Kumarage, Garima Agrawal, Paras Sheth, Raha Moraffah, Aman Chadha, Joshua Garland, Huan Liu

    Abstract: We have witnessed lately a rapid proliferation of advanced Large Language Models (LLMs) capable of generating high-quality text. While these LLMs have revolutionized text generation across various domains, they also pose significant risks to the information ecosystem, such as the potential for generating convincing propaganda, misinformation, and disinformation at scale. This paper offers a review… ▽ More

    Submitted 2 March, 2024; originally announced March 2024.

  3. arXiv:2403.00176  [pdf, other

    cs.LG cs.AI cs.PL

    SoD$^2$: Statically Optimizing Dynamic Deep Neural Network

    Authors: Wei Niu, Gagan Agrawal, Bin Ren

    Abstract: Though many compilation and runtime systems have been developed for DNNs in recent years, the focus has largely been on static DNNs. Dynamic DNNs, where tensor shapes and sizes and even the set of operators used are dependent upon the input and/or execution, are becoming common. This paper presents SoD$^2$, a comprehensive framework for optimizing Dynamic DNNs. The basis of our approach is a class… ▽ More

    Submitted 29 February, 2024; originally announced March 2024.

  4. arXiv:2311.07914  [pdf, other

    cs.CL cs.LG

    Can Knowledge Graphs Reduce Hallucinations in LLMs? : A Survey

    Authors: Garima Agrawal, Tharindu Kumarage, Zeyad Alghamdi, Huan Liu

    Abstract: The contemporary LLMs are prone to producing hallucinations, stemming mainly from the knowledge gaps within the models. To address this critical limitation, researchers employ diverse strategies to augment the LLMs by incorporating external knowledge, aiming to reduce hallucinations and enhance reasoning accuracy. Among these strategies, leveraging knowledge graphs as a source of external informat… ▽ More

    Submitted 15 March, 2024; v1 submitted 14 November, 2023; originally announced November 2023.

    Comments: Accepted Paper in NAACL 2024

  5. arXiv:2310.14096  [pdf, other

    physics.optics

    Beam propagation in an active nonlinear graded-index fiber

    Authors: Anuj P. Lara, Samudra Roy, Govind P. Agrawal

    Abstract: A theoretical model is developed by exploiting the variational technique to investigate the evolution of an optical beam inside an optically pumped graded-index fiber amplifier. The variational analysis is a semi-analytical method that provides us with a set of coupled ordinary differential equations for the beam's four parameters. Numerical solution of these equations is much faster compared to t… ▽ More

    Submitted 21 October, 2023; originally announced October 2023.

    Comments: 6 pages, 5 figures

  6. arXiv:2310.11514  [pdf, other

    quant-ph

    Trade-off between Noise and Banding in a Quantum Adder with Qudits

    Authors: Gaurang Agrawal, Tanoy Kanti Konar, Leela Ganesh Chandra Lakkaraju, Aditi Sen De

    Abstract: Quantum addition based on the quantum Fourier transform can be an integral part of a quantum circuit and proved to be more efficient than the existing classical ripple carry adder. Our study includes identifying the quantum resource required in a quantum adder in any arbitrary dimension and its relationship with the performance indicator in the presence of local noise acting on the circuit and whe… ▽ More

    Submitted 17 October, 2023; originally announced October 2023.

    Comments: 17 pages, 12 figures

  7. arXiv:2308.03927  [pdf, other

    cs.CR

    ForensiBlock: A Provenance-Driven Blockchain Framework for Data Forensics and Auditability

    Authors: Asma Jodeiri Akbarfam, Mahdieh Heidaripour, Hoda Maleki, Gokila Dorai, Gagan Agrawal

    Abstract: Maintaining accurate provenance records is paramount in digital forensics, as they underpin evidence credibility and integrity, addressing essential aspects like accountability and reproducibility. Blockchains have several properties that can address these requirements. Previous systems utilized public blockchains, i.e., treated blockchain as a black box, and benefiting from the immutability prope… ▽ More

    Submitted 7 August, 2023; originally announced August 2023.

    Comments: This work has been submitted to the IEEE for possible publication. Copyright may be transferred without notice, after which this version may no longer be accessible

  8. arXiv:2306.13902  [pdf, other

    physics.optics

    Spatial beam dynamics in graded-index multimode fibers under Raman amplification:a variational approach

    Authors: Ashis Paul, Anuj P. Lara, Samudra Roy, Govind P. Agrawal

    Abstract: We investigate the spatial beam dynamics inside a multimode graded-index fiber under Raman amplification by adopting a semi-analytical variational approach. The variational analysis provides us with four coupled ordinary differential equations that govern the beam's dynamics under Raman gain and are much faster to solve numerically compared to the full nonlinear wave equation. Their solution also… ▽ More

    Submitted 28 June, 2023; v1 submitted 24 June, 2023; originally announced June 2023.

    Comments: 7 pages, 6 figures

  9. arXiv:2209.04620  [pdf, other

    q-fin.MF math.OC

    A semi-Markovian approach to model the tick-by-tick dynamics of stock price

    Authors: Garima Agrawal, Anindya Goswami

    Abstract: We model the stock price dynamics through a semi-Markov process obtained using a Poisson random measure. We establish the existence and uniqueness of the classical solution of a non-homogeneous terminal value problem and we show that the expected value of stock price at horizon can be obtained as a classical solution of a linear partial differential equation that is a special case of the terminal… ▽ More

    Submitted 10 September, 2022; originally announced September 2022.

    Comments: 24 pages

  10. arXiv:2112.15530  [pdf, other

    cs.LG cs.SI

    Scalable Deep Graph Clustering with Random-walk based Self-supervised Learning

    Authors: Xiang Li, Dong Li, Ruoming **, Gagan Agrawal, Rajiv Ramnath

    Abstract: Web-based interactions can be frequently represented by an attributed graph, and node clustering in such graphs has received much attention lately. Multiple efforts have successfully applied Graph Convolutional Networks (GCN), though with some limits on accuracy as GCNs have been shown to suffer from over-smoothing issues. Though other methods (particularly those based on Laplacian Smoothing) have… ▽ More

    Submitted 17 January, 2023; v1 submitted 31 December, 2021; originally announced December 2021.

  11. arXiv:2109.02084  [pdf, other

    eess.IV cs.CV cs.LG

    (M)SLAe-Net: Multi-Scale Multi-Level Attention embedded Network for Retinal Vessel Segmentation

    Authors: Shreshth Saini, Geetika Agrawal

    Abstract: Segmentation plays a crucial role in diagnosis. Studying the retinal vasculatures from fundus images help identify early signs of many crucial illnesses such as diabetic retinopathy. Due to the varying shape, size, and patterns of retinal vessels, along with artefacts and noises in fundus images, no one-stage method can accurately segment retinal vessels. In this work, we propose a multi-scale, mu… ▽ More

    Submitted 5 September, 2021; originally announced September 2021.

    Comments: 5 pages, 4 figures, Accepted and Presented in 9TH IEEE INTERNATIONAL CONFERENCE ON HEALTHCARE INFORMATICS (IEEE-ICHI 2021), Victoria, British Columbia, Canada

  12. arXiv:2108.13342  [pdf, other

    cs.LG cs.AI

    DNNFusion: Accelerating Deep Neural Networks Execution with Advanced Operator Fusion

    Authors: Wei Niu, Jiexiong Guan, Yanzhi Wang, Gagan Agrawal, Bin Ren

    Abstract: Deep Neural Networks (DNNs) have emerged as the core enabler of many major applications on mobile devices. To achieve high accuracy, DNN models have become increasingly deep with hundreds or even thousands of operator layers, leading to high memory and computational requirements for inference. Operator fusion (or kernel/layer fusion) is key optimization in many state-of-the-art DNN execution frame… ▽ More

    Submitted 30 November, 2021; v1 submitted 30 August, 2021; originally announced August 2021.

  13. arXiv:2107.06419  [pdf, other

    cs.LG cs.AR

    FLAT: An Optimized Dataflow for Mitigating Attention Bottlenecks

    Authors: Sheng-Chun Kao, Suvinay Subramanian, Gaurav Agrawal, Amir Yazdanbakhsh, Tushar Krishna

    Abstract: Attention mechanisms, primarily designed to capture pairwise correlations between words, have become the backbone of machine learning, expanding beyond natural language processing into other domains. This growth in adaptation comes at the cost of prohibitively large memory requirements and computational complexity, especially at higher number of input elements. This limitation is due to inherently… ▽ More

    Submitted 23 September, 2022; v1 submitted 13 July, 2021; originally announced July 2021.

  14. arXiv:2007.06134  [pdf, other

    cs.LG cs.DC stat.ML

    Adaptive Periodic Averaging: A Practical Approach to Reducing Communication in Distributed Learning

    Authors: Peng Jiang, Gagan Agrawal

    Abstract: Stochastic Gradient Descent (SGD) is the key learning algorithm for many machine learning tasks. Because of its computational costs, there is a growing interest in accelerating SGD on HPC resources like GPU clusters. However, the performance of parallel SGD is still bottlenecked by the high communication costs even with a fast connection among the machines. A simple approach to alleviating this pr… ▽ More

    Submitted 19 January, 2021; v1 submitted 12 July, 2020; originally announced July 2020.

  15. arXiv:1910.12446  [pdf, other

    cs.SI cs.CL cs.IR

    Towards Successful Social Media Advertising: Predicting the Influence of Commercial Tweets

    Authors: Renhao Cui, Gagan Agrawal, Rajiv Ramnath

    Abstract: Businesses communicate using Twitter for a variety of reasons -- to raise awareness of their brands, to market new products, to respond to community comments, and to connect with their customers and potential customers in a targeted manner. For businesses to do this effectively, they need to understand which content and structural elements about a tweet make it influential, that is, widely liked,… ▽ More

    Submitted 28 October, 2019; originally announced October 2019.

  16. arXiv:1908.02551  [pdf, ps, other

    cs.SI cs.AI cs.CL

    Tweets Can Tell: Activity Recognition using Hybrid Long Short-Term Memory Model

    Authors: Renhao Cui, Gagan Agrawal, Rajiv Ramnath

    Abstract: This paper presents techniques to detect the "offline" activity a person is engaged in when she is tweeting (such as dining, shop** or entertainment), in order to create a dynamic profile of the user, for uses such as better targeting of advertisements. To this end, we propose a hybrid LSTM model for rich contextual learning, along with studies on the effects of applying and combining multiple L… ▽ More

    Submitted 9 July, 2019; originally announced August 2019.

  17. arXiv:1906.12018  [pdf, ps, other

    cs.DB cs.DC

    Pruned Landmark Labeling Meets Vertex Centric Computation: A Surprisingly Happy Marriage!

    Authors: Ruoming **, Zhen Peng, Wendell Wu, Feodor Dragan, Gagan Agrawal, Bin Ren

    Abstract: In this paper, we study how the Pruned Landmark Labeling (PPL) algorithm can be parallelized in a scalable fashion, producing the same results as the sequential algorithm. More specifically, we parallelize using a Vertex-Centric (VC) computational model on a modern SIMD powered multicore architecture. We design a new VC-PLL algorithm that resolves the apparent mismatch between the inherent sequent… ▽ More

    Submitted 27 June, 2019; originally announced June 2019.

  18. arXiv:1808.03160  [pdf

    q-bio.PE q-bio.QM

    A network theoretic study of potential movement and spread of Lantana camara in Rajaji Tiger Reserve, India

    Authors: Shashankaditya Upadhyay, Tamali Mondal, Prasad A. Pathak, Arijit Roy, Girish Agrawal, Sudeepto Bhattacharya

    Abstract: Ecosystems are often under threat by invasive species which, through their invasion dynamics, create ecological networks to spread. We present preliminary results using a technique of GIS coupled with complex network analysis to model the movement and spread of Lantana Camara in Rajaji Tiger Reserve, India, where prey species are being affected because of habitat degradation due to Lantana invasio… ▽ More

    Submitted 8 August, 2018; originally announced August 2018.

    MSC Class: 97M99; 05C82

  19. Femtosecond Pulse Trains through Dual-Pum** of Optical Fibers: Role of Third-Order Dispersion

    Authors: Aku Antikainen, Govind P. Agrawal

    Abstract: Generation of high-repetition-rate, femtosecond, soliton pulse trains through dual-wavelength pum** of a dispersion-decreasing fiber is studied numerically. The achievable shortest pulse width is found to be limited by third-order dispersion that has a significant effect on the pulse-compression dynamics. The output wavelength is red shifted because of intrapulse Raman scattering and depends hea… ▽ More

    Submitted 10 April, 2018; originally announced April 2018.

  20. arXiv:1707.06258  [pdf, other

    physics.optics

    Lossless Suppression and Enhancement of Soliton Self-Frequency Shifts

    Authors: Francisco R. Arteaga-Sierra, Aku Antikainen, Govind P. Agrawal

    Abstract: Soliton self-frequency shifts (SSFS) can be suppressed in optical fibers through spectral recoil, but this process leads to losses through continuous transfer of energy to a dispersive wave. We demonstrate a novel way to alter the strength of SSFS in photonic crystal fibers through a frequency-dependent nonlinear parameter $γ(ω)$. Our numerical simulations show both suppression and enhancement of… ▽ More

    Submitted 19 July, 2017; originally announced July 2017.

  21. Perturbed Dissipative Solitons: A Variational Approach

    Authors: Ambaresh Sahoo, Samudra Roy, Govind P. Agrawal

    Abstract: We adopt a variational technique to study the dynamics of perturbed dissipative solitons, whose evolution is governed by a Ginzburg--Landau equation (GLE). As a specific example of such solitons, we consider a silicon-based active waveguide in which free carriers are generated through two-photon absorption. In this case, dissipative solitons are perturbed by physical processes such as third-order… ▽ More

    Submitted 6 June, 2017; originally announced June 2017.

    Comments: 8 pages, 5 figures

    Journal ref: Phys. Rev. A 96, 013838 (2017)

  22. arXiv:1704.04760  [pdf

    cs.AR cs.LG cs.NE

    In-Datacenter Performance Analysis of a Tensor Processing Unit

    Authors: Norman P. Jouppi, Cliff Young, Nishant Patil, David Patterson, Gaurav Agrawal, Raminder Bajwa, Sarah Bates, Suresh Bhatia, Nan Boden, Al Borchers, Rick Boyle, Pierre-luc Cantin, Clifford Chao, Chris Clark, Jeremy Coriell, Mike Daley, Matt Dau, Jeffrey Dean, Ben Gelb, Tara Vazir Ghaemmaghami, Rajendra Gottipati, William Gulland, Robert Hagmann, C. Richard Ho, Doug Hogberg , et al. (50 additional authors not shown)

    Abstract: Many architects believe that major improvements in cost-energy-performance must now come from domain-specific hardware. This paper evaluates a custom ASIC---called a Tensor Processing Unit (TPU)---deployed in datacenters since 2015 that accelerates the inference phase of neural networks (NN). The heart of the TPU is a 65,536 8-bit MAC matrix multiply unit that offers a peak throughput of 92 TeraOp… ▽ More

    Submitted 16 April, 2017; originally announced April 2017.

    Comments: 17 pages, 11 figures, 8 tables. To appear at the 44th International Symposium on Computer Architecture (ISCA), Toronto, Canada, June 24-28, 2017

  23. arXiv:1610.05116  [pdf, ps, other

    cs.DC

    Fault Tolerant Frequent Pattern Mining

    Authors: Sameh Shohdy, Abhinav Vishnu, Gagan Agrawal

    Abstract: FP-Growth algorithm is a Frequent Pattern Min- ing (FPM) algorithm that has been extensively used to study correlations and patterns in large scale datasets. While several researchers have designed distributed memory FP-Growth algorithms, it is pivotal to consider fault tolerant FP-Growth, which can address the increasing fault rates in large scale systems. In this work, we propose a novel paralle… ▽ More

    Submitted 17 October, 2016; originally announced October 2016.

    Comments: 10 Pages, High Performance Computing Conference (HIPC 2016)

  24. arXiv:1606.09601  [pdf

    physics.optics

    Dynamics of Soliton Cascades in Fiber Amplifiers

    Authors: F. R. Arteaga-Sierra, A. Antikainen, Govind P. Agrawal

    Abstract: We study numerically the formation of cascading solitons when femtosecond optical pulses are launched into a fiber amplifier with less energy than required to form a soliton of equal duration. As the pulse is amplified, cascaded fundamental solitons are created at different distances, without soliton fission, as each fundamental soliton moves outside the gain bandwidth through the Raman-induced sp… ▽ More

    Submitted 30 June, 2016; originally announced June 2016.

    Comments: This paper was published in Optical Society of America and is made available as an electronic reprint with the permission of OSA. The paper can be found at the following url on the OSA website: \url{http://www.osa.org/en-us/home/}. Systematic or multiple reproduction or distribution to multiple locations via electronic or other means is prohibited and is subject to penalties under law

  25. Implications of a zero-nonlinearity wavelength in optical fibers doped with silver nanoparticles

    Authors: S. Bose, S. Roy, R. Chattopadhyay, S. K. Bhadra, G. P. Agrawal

    Abstract: Photonic crystal fibers doped with silver nanoparticles exhibit the Kerr nonlinearity that can be positive or negative depending on wavelength and vanishes at a specific wavelength. We study numerically how the simultaneous presence of a zero-nonlinearity wavelength (ZNW) and a zero-dispersion wavelength affects evolution of soliton and supercontinuum generation inside such fibers and find a numbe… ▽ More

    Submitted 2 November, 2016; v1 submitted 23 June, 2016; originally announced June 2016.

    Comments: This paper has been withdrawn by the author due to some major modifications

  26. arXiv:1602.06460  [pdf, other

    cs.MA

    Wheeled Robots playing Chain Catch: Strategies and Evaluation

    Authors: Garima Agrawal, Kamalakar Karlapalem

    Abstract: Robots playing games that humans are adept in is a challenge. We studied robotic agents playing Chain Catch game as a Multi-Agent System (MAS). Our game starts with a traditional Catch game similar to Pursuit evasion, and further extends it to form a growing chain of predator agents to chase remaining preys. Hence Chain Catch is a combination of two challenges - pursuit domain and robotic chain fo… ▽ More

    Submitted 20 February, 2016; originally announced February 2016.

  27. arXiv:1508.05933  [pdf

    physics.optics nlin.PS

    Resonance vector mode locking

    Authors: Stanislav A. Kolpakov, Sergey V. Sergeyev, Yuri Loika, Nikita Tarasov, Vladimir Kalashnikov, Govind P. Agrawal

    Abstract: A mode locked fibre laser as a source of ultra-stable pulse train has revolutionised a wide range of fundamental and applied research areas by offering high peak powers, high repetition rates, femtosecond range pulse widths and a narrow linewidth. However, further progress in linewidth narrowing seems to be limited by the complexity of the carrier-envelope phase control. Here for the first time we… ▽ More

    Submitted 23 August, 2015; originally announced August 2015.

    Comments: 13 pages, 3 figures, 1 table

  28. arXiv:1506.03175  [pdf

    physics.optics

    Specialty Fibers for Terahertz Generation and Transmission: A Review

    Authors: Ajanta Barh, B. P. Pal, G. P. Agrawal, R. K. Varshney, B. M. A. Rahman

    Abstract: Terahertz (THz) frequency range, lying between the optical and microwave range covers a significant portion of the electro-magnetic spectrum. Though its initial usage started in the 1960s, active research in the THz field started only in the 1990s by researchers from both optics and microwaves disciplines. The use of optical fibers for THz application has attracted considerable attention in recent… ▽ More

    Submitted 10 June, 2015; originally announced June 2015.

    Comments: 15 pages

  29. arXiv:1301.6203  [pdf, ps, other

    physics.optics nlin.PS

    Stimulated Raman scattering cascade spanning the wavelength range of 523 to 1750~nm using a graded-index multimode optical fiber

    Authors: Hamed Pourbeyram, Govind P. Agrawal, Arash Mafi

    Abstract: We report on the generation of a Raman cascade spanning the wavelength range of 523 to 1750 nm wavelength range, in a standard telecommunication graded-index multimode optical fiber. Despite the highly multimode nature of the pump, the Raman peaks are generated in specific modes of the fiber, confirming substantial beam cleanup during the stimulated Raman scattering process.

    Submitted 16 July, 2013; v1 submitted 25 January, 2013; originally announced January 2013.

    Journal ref: Appl. Phys. Lett. 102, 201107 (2013)

  30. Nonlinear Propagation in Multimode and Multicore Fibers: Generalization of the Manakov Equations

    Authors: Sami Mumtaz, René-Jean Essiambre, Govind P. Agrawal

    Abstract: This paper starts by an investigation of nonlinear transmission in space-division multiplexed (SDM) systems using multimode fibers exhibiting a rapidly varying birefringence. A primary objective is to generalize the Manakov equations, well known in the case of single-mode fibers. We first investigate a reference case where linear coupling among the spatial modes of the fiber is weak and after aver… ▽ More

    Submitted 27 July, 2012; originally announced July 2012.

    Comments: Submitted to journal of lightwave technology on the 17-Jul-2012. Ref number: JLT-14391-2012

  31. arXiv:1205.3283  [pdf

    physics.optics

    Design of an efficient Mid-IR light source using As2S3 based highly nonlinear microstructured optical fibers

    Authors: A. Barh, S. Ghosh, G. P. Agrawal, R. K. Varshney, I. D. Aggarwal, B. P. Pal

    Abstract: We report on the design of a highly-nonlinear specialty fiber as a mid-infrared light source at 4.3 μm. A meter length of the designed solid-core chalcogenide based index-guided microstructured optical fiber (MOF) with circular air holes has been exploited to translate wavelength via four wave mixing using a thulium-doped fiber laser as the pump with a relatively low peak power of 5 W. A peak gain… ▽ More

    Submitted 15 May, 2012; originally announced May 2012.

    Comments: 4 pages 9 figures

  32. Transverse localization of light and its dependence on the phase-front curvature of the input beam in a disordered optical waveguide lattice

    Authors: S Ghosh, B P Pal, R K Varshney, G P Agrawal

    Abstract: We investigate the influence of the phase-front curvature of an input light beam on the transverse localization of light by choosing an evanescently coupled disordered one-dimensional semi-infinite waveguide lattice as an example. Our numerical study reveals that a finite phase front curvature of the input beam indeed plays an important role and it could degrade the quality of light localization i… ▽ More

    Submitted 27 April, 2012; originally announced April 2012.

    Comments: 5 pages 5 figures