Skip to main content

Showing 101–129 of 129 results for author: Guha, A

.
  1. arXiv:1611.05118  [pdf, other

    cs.CV cs.CL

    The Amazing Mysteries of the Gutter: Drawing Inferences Between Panels in Comic Book Narratives

    Authors: Mohit Iyyer, Varun Manjunatha, Anupam Guha, Yogarshi Vyas, Jordan Boyd-Graber, Hal Daumé III, Larry Davis

    Abstract: Visual narrative is often a combination of explicit information and judicious omissions, relying on the viewer to supply missing details. In comics, most movements in time and space are hidden in the "gutters" between panels. To follow the story, readers logically connect panels together by inferring unseen actions through a process called "closure". While computers can now describe what is explic… ▽ More

    Submitted 7 May, 2017; v1 submitted 15 November, 2016; originally announced November 2016.

  2. arXiv:1610.08385  [pdf, other

    physics.flu-dyn

    On a new non-Boussinesq instability in stratified lakes and oceans

    Authors: Mihir H. Shete, Anirban Guha

    Abstract: Lakes and many other geophysical flows are shallow, density stratified, and contain a free-surface. Conventional studies on stratified shear instabilities make Boussinesq approximation. Free-surface arising due to large density variations between air and water cannot be taken into consideration under this approximation. Hence the free-surface is usually replaced by a rigid-lid, and therefore has l… ▽ More

    Submitted 26 October, 2016; originally announced October 2016.

  3. arXiv:1610.07598  [pdf

    physics.ins-det

    Power generation on a solar photovoltaic modules integrated Lighter-than-Air Platform at a low altitude

    Authors: Kuntal Ghosh, Anirban Guha, Siddharth P. Duttagupta

    Abstract: Use of lighter than air platforms (aerostats and airships) for reconnaissance and surveillance over long periods can be facilitated by generation of power on-board through solar photovoltaic arrays. Attempts to integrate solar photovoltaic modules on such contoured surfaces leads to multiple challenges ranging from the choice of solar modules, determination of best method of their integration with… ▽ More

    Submitted 23 October, 2016; originally announced October 2016.

    Comments: 38 pages, 32 figures

  4. arXiv:1604.00629  [pdf, other

    physics.flu-dyn

    Non-linear dynamics induced by linear wave interactions in multi-layered flows

    Authors: Anirban Guha, Firdaus E. Udwadia

    Abstract: Using simple kinematics, we propose a general theory of linear wave interactions between the interfacial waves of a two dimensional (2D), inviscid, multi-layered fluid system. The strength of our formalism is that one does not have to specify the physics of the waves in advance. Wave interactions may lead to instabilities, which may or may not be of the familiar "normal-mode" type. Contrary to int… ▽ More

    Submitted 22 January, 2017; v1 submitted 3 April, 2016; originally announced April 2016.

  5. arXiv:1511.04397  [pdf, other

    cs.CV cs.LG

    Similarity-based Text Recognition by Deeply Supervised Siamese Network

    Authors: Ehsan Hosseini-Asl, Angshuman Guha

    Abstract: In this paper, we propose a new text recognition model based on measuring the visual similarity of text and predicting the content of unlabeled texts. First a Siamese convolutional network is trained with deep supervision on a labeled training dataset. This network projects texts into a similarity manifold. The Deeply Supervised Siamese network learns visual similarity of texts. Then a K-nearest n… ▽ More

    Submitted 4 July, 2016; v1 submitted 13 November, 2015; originally announced November 2015.

    Comments: Accepted for presenting at Future Technologies Conference - (FTC 2016) San Francisco, December 6-7, 2016

  6. The Essence of JavaScript

    Authors: Arjun Guha, Claudiu Saftoiu, Shriram Krishnamurthi

    Abstract: We reduce JavaScript to a core calculus structured as a small-step operational semantics. We present several peculiarities of the language and show that our calculus models them. We explicate the desugaring process that turns JavaScript programs into ones in the core. We demonstrate faithfulness to JavaScript using real-world test suites. Finally, we illustrate utility by defining a security prope… ▽ More

    Submitted 4 October, 2015; originally announced October 2015.

    Comments: European Conference on Object-Oriented Programming (ECOOP) 2010

  7. arXiv:1509.05901  [pdf, other

    hep-ph astro-ph.HE

    q-deformed statistics and the role of a light fermionic dark matter in the supernova SN1987A cooling

    Authors: Atanu Guha, Selvaganapathy. J, Prasanta Kumar Das

    Abstract: Light dark matter($\simeq 1-30~\rm{MeV}$) particles pair produced in electron-positron annihilation $ e^-e^+ \stackrelγ{\longrightarrow} χ\barχ$ inside the supernova core can take away the energy released in the supernova SN1987A explosion. Working within the formalism of $q$-deformed statistics (with the average value of the supernovae core temperature(fluctuating) being $T_{SN} = 30~\rm{MeV}$) a… ▽ More

    Submitted 23 November, 2016; v1 submitted 19 September, 2015; originally announced September 2015.

    Comments: 24 pages and 22 figures

    Journal ref: Phys. Rev. D 95, 015001 (2017)

  8. arXiv:1509.05100  [pdf, other

    cs.PL

    Rehearsal: A Configuration Verification Tool for Puppet

    Authors: Rian Shambaugh, Aaron Weiss, Arjun Guha

    Abstract: Large-scale data centers and cloud computing have turned system configuration into a challenging problem. Several widely-publicized outages have been blamed not on software bugs, but on configuration bugs. To cope, thousands of organizations use system configuration languages to manage their computing infrastructure. Of these, Puppet is the most widely used with thousands of paying customers and m… ▽ More

    Submitted 17 May, 2016; v1 submitted 16 September, 2015; originally announced September 2015.

    Comments: In proceedings of ACM SIGPLAN Conference on Programming Language Design and Implementation (PLDI) 2016

    ACM Class: F.3.1

  9. arXiv:1509.03614  [pdf, other

    cs.NI

    Morpheus: Safe and Flexible Dynamic Updates for SDNs

    Authors: Karla Saur, Joseph Collard, Nate Foster, Arjun Guha, Laurent Vanbever, Michael Hicks

    Abstract: SDN controllers must be periodically modified to add features, improve performance, and fix bugs, but current techniques for implementing dynamic updates are inadequate. Simply halting old controllers and bringing up new ones can cause state to be lost, which often leads to incorrect behavior-e.g., if the state represents hosts blacklisted by a firewall, then traffic that should be blocked may be… ▽ More

    Submitted 11 September, 2015; originally announced September 2015.

  10. arXiv:1506.07813  [pdf, ps, other

    cs.PL

    ADsafety: Type-Based Verification of JavaScript Sandboxing

    Authors: Joe Gibbs Politz, Spiridon Eliopoulos, Arjun Guha, Shriram Krishnamurthi

    Abstract: Web sites routinely incorporate JavaScript programs from several sources into a single page. These sources must be protected from one another, which requires robust sandboxing. The many entry-points of sandboxes and the subtleties of JavaScript demand robust verification of the actual sandbox source. We use a novel type system for JavaScript to encode and verify sandboxing properties. The resultin… ▽ More

    Submitted 25 June, 2015; originally announced June 2015.

    Comments: in Proceedings of the USENIX Security Symposium (2011)

  11. A Fast Compiler for NetKAT

    Authors: Steffen Smolka, Spiridon Eliopoulos, Nate Foster, Arjun Guha

    Abstract: High-level programming languages play a key role in a growing number of networking platforms, streamlining application development and enabling precise formal reasoning about network behavior. Unfortunately, current compilers only handle "local" programs that specify behavior in terms of hop-by-hop forwarding behavior, or modest extensions such as simple paths. To encode richer "global" behaviors,… ▽ More

    Submitted 24 June, 2015; v1 submitted 21 June, 2015; originally announced June 2015.

    ACM Class: D.3.4

    Journal ref: ACM SIGPLAN Notices - ICFP '15, Volume 50 Issue 9, September 2015, Pages 328-341

  12. arXiv:1408.4330  [pdf, other

    physics.optics

    Tomographic laser absorption spectroscopy using Tikhonov regularization

    Authors: Avishek Guha, Ingmar Schoegl

    Abstract: The application of tunable diode laser absorption spectroscopy (TDLAS) to flames with non-homogeneous temperature and concentration fields is an area where only few studies exist. Experimental work explores the performance of tomographic reconstructions of concentration and temperature profiles from wavelength-modulated TDLAS measurements within the plume of an axisymmetric McKenna burner. Water v… ▽ More

    Submitted 25 November, 2014; v1 submitted 19 August, 2014; originally announced August 2014.

    Comments: This paper was published in Applied Optics 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: http://dx.doi.org/10.1364/AO.53.008095. Systematic or multiple reproduction or distribution to multiple locations via electronic or other means is prohibited and is subject to penalties under law

    Journal ref: Applied Optics 53(34), 8095-8103 (2014)

  13. arXiv:1402.5789  [pdf, ps, other

    math.RA

    A Faster Algorithm For Testing Polynomial Representability Of Functions Over Finite Integer Rings

    Authors: Ashwin Guha, Ambedkar Dukkipati

    Abstract: Given a function from $\mathbb{Z}_n$ to itself one can determine its polynomial representability by using Kempner function. In this paper we present an alternative characterization of polynomial functions over $\mathbb{Z}_n$ by constructing a generating set for the $\mathbb{Z}_{n}$-module of polynomial functions. This characterization results in an algorithm that is faster on average in deciding p… ▽ More

    Submitted 13 February, 2015; v1 submitted 24 February, 2014; originally announced February 2014.

  14. arXiv:1212.0080  [pdf, other

    physics.flu-dyn

    A wave interaction approach to studying non-modal homogeneous and stratified shear instabilities

    Authors: Anirban Guha, Gregory A. Lawrence

    Abstract: Holmboe (1962) postulated that resonant interaction between two or more progressive, linear interfacial waves produces exponentially growing instabilities in idealized (broken-line profiles), homogeneous or density stratified, inviscid shear layers. In this paper, we generalize Holmboe's mechanistic picture of linear shear instabilities by (i) not initially specifying the type of the waves, and (i… ▽ More

    Submitted 30 June, 2014; v1 submitted 1 December, 2012; originally announced December 2012.

    Comments: 28 pages, accepted in the Journal of Fluid Mechanics

  15. arXiv:1209.1886  [pdf, other

    physics.flu-dyn physics.ao-ph

    Evolution of a barotropic shear layer into elliptical vortices

    Authors: Anirban Guha, Mona Rahmani, Gregory A. Lawrence

    Abstract: When a barotropic shear layer becomes unstable, it produces the well known Kelvin-Helmholtz instability (KH). The non-linear manifestation of KH is usually in the form of spiral billows. However, a piecewise linear shear layer produces a different type of KH characterized by elliptical vortices of constant vorticity connected via thin braids. Using direct numerical simulation and contour dynamics,… ▽ More

    Submitted 21 January, 2013; v1 submitted 10 September, 2012; originally announced September 2012.

    Comments: 7 pages, 4 figures, Accepted in Physical Review E

  16. Estuary Classification Revisited

    Authors: Anirban Guha, Gregory A. Lawrence

    Abstract: This paper presents the governing equations of a tidally-averaged, width-averaged, rectangular estuary in completely nondimensionalized forms. Subsequently, we discover that the dynamics of an estuary is entirely controlled by only two variables: (i) the Estuarine Froude number, and (ii) a nondimensional number related to the Estuarine Aspect ratio and the Tidal Froude number. Motivated by this ne… ▽ More

    Submitted 1 September, 2013; v1 submitted 12 March, 2012; originally announced March 2012.

    Comments: 6 pages, 4 figures

    Journal ref: Journal of Physical Oceanography, Volume 43, Issue 8, August 2013

  17. An Algorithmic Characterization of Polynomial Functions over $Z_{p^n}$

    Authors: Ashwin Guha, Ambedkar Dukkipati

    Abstract: In this paper we consider polynomial representability of functions defined over $Z_{p^n}$, where $p$ is a prime and $n$ is a positive integer. Our aim is to provide an algorithmic characterization that (i) answers the decision problem: to determine whether a given function over $Z_{p^n}$ is polynomially representable or not, and (ii) finds the polynomial if it is polynomially representable. The pr… ▽ More

    Submitted 2 May, 2014; v1 submitted 6 March, 2012; originally announced March 2012.

    Journal ref: Algorithmica: Volume 71, Issue 1 (2015), Page 201-218

  18. arXiv:1010.1882  [pdf

    cond-mat.str-el

    Temperature dependence of Magnetic properties in Nanocrystalline copper ferrite thin films

    Authors: P. D. Kulkarni, Shiva Prasad, N. Venkataramani, R. Krishnan, Wenjie Pang, Ayon Guha, R. C. Woodward, R. L. Stamps

    Abstract: The copper ferrite thin films have been deposited by RF sputtering at a 50W rf power. The As-deposited films are annealed in air at $800^{\circ}$C and then slow cooled. The As-deposited (AD) as well as slow cooled (SC) films are studied using a SQUID Magnetometer. The M Vs H curves have been recorded at various temperatures between 5K to 300K. The coercivities obtained from the MH curves are then… ▽ More

    Submitted 9 October, 2010; originally announced October 2010.

    Comments: 2 pages, 2 figures

  19. arXiv:1010.1881  [pdf

    cond-mat.str-el

    The High Field Magnetization in the RF Sputter Deposited Copper Ferrite Thin Films

    Authors: P. D. Kulkarni, Shiva Prasad, N. Venkataramani, R. Krishnan, Wenjie Pang, Ayon Guha, R. C. Woodward, R. L. Stamps

    Abstract: Copper ferrite thin films were deposited on amorphous quartz substrates. The as deposited films were annealed in air and either quenched or slow cooled. Magnetization studies were carried out on the as deposited as well as annealed films using a SQUID magnetometer. The M-H curves were measured up to a field of 7T, at temperatures varying from 5K to 300K. The magnetization in the films did not satu… ▽ More

    Submitted 9 October, 2010; originally announced October 2010.

    Comments: 5 pages, 3 figures

  20. arXiv:1010.1877  [pdf

    cond-mat.str-el

    Superparamagnetism in Nanocrystalline Copper Ferrite Thin Films

    Authors: P. D. Kulkarni, R. P. R. C. Aiyar, Shiva Prasad, N. Venkataramani, R. Krishnan, Wenjie Pang, Ayon Guha, R. C. Woodward, R. L. Stamps

    Abstract: The rf sputtered copper ferrite films contain nanocrystalline grains. In these films, the magnetization does not saturate even in high magnetic fields. This phenomenon of high field susceptibility is attributed to the defects and/or superparamagnetic grains in the films. A simple model is developed to describe the observed high field magnetization behavior of these films. The model is found to fit… ▽ More

    Submitted 9 October, 2010; originally announced October 2010.

    Comments: 5 pages + 4 figures

  21. An experimental and numerical study of water jet cleaning process

    Authors: Anirban Guha, Ronald M. Barron, Ram Balachandar

    Abstract: In this paper, we have experimentally, numerically and theoretically investigated the water jet cleaning process. Very high speed water jets (~80-200 m/s) are typically used in such cleaning operations. These jets diffuse in the surrounding atmosphere by the process of air entrainment and this contributes to the spreading of the jet and subsequent decay of pressure. Estimation of this pressure dec… ▽ More

    Submitted 27 November, 2010; v1 submitted 2 September, 2010; originally announced September 2010.

    Comments: This paper has been Accepted in the Journal of Materials Processing Technology

  22. On the stability of plane Couette-Poiseuille flow with uniform cross-flow

    Authors: Anirban Guha, Ian A. Frigaard

    Abstract: We present a detailed study of the linear stability of plane Couette-Poiseuille flow in the presence of a cross-flow. The base flow is characterised by the cross flow Reynolds number, $R_{inj}$ and the dimensionless wall velocity, $k$. Squire's transformation may be applied to the linear stability equations and we therefore consider 2D (spanwise-independent) perturbations. Corresponding to each di… ▽ More

    Submitted 11 March, 2010; originally announced March 2010.

    Comments: Accepted for publication in Journal of Fluid Mechanics

    Journal ref: Journal of Fluid Mechanics, 656, pp. 417-447 (2010)

  23. Numerical simulation of high-speed turbulent water jets in air

    Authors: Anirban Guha, Ronald M. Barron, Ram Balachandar

    Abstract: Numerical simulation of high-speed turbulent water jets in air and its validation with experimental data has not been reported in the literature. It is therefore aimed to simulate the physics of these high-speed water jets and compare the results with the existing experimental works. High-speed water jets diffuse in the surrounding atmosphere by the processes of mass and momentum transfer. Air is… ▽ More

    Submitted 21 March, 2010; v1 submitted 11 March, 2010; originally announced March 2010.

    Comments: Journal of Hydraulic Research, 48(1), pp. 119-124 (2010)

  24. Low frequency random telegraphic noise (RTN) and 1/f noise in the rare-earth manganite Pr$_{0.63}$Ca$_{0.37}$MnO$_3$ near the charge-ordering transition

    Authors: Aveek bid, Ayan Guha, A. K. Raychaudhuri

    Abstract: We have studied low frequency resistance fluctuations (noise) in a single crystal of the rare earth perovskite manganite Pr$_{0.63}$Ca$_{0.37}$MnO$_3$ which shows a charge ordering transition at a temperature $T_{CO}$ ~ 245K. The noise measurements were made using an ac bias with and without a dc bias current imposed on it. We find that the spectral power $S_V(f)$ contains two components - one b… ▽ More

    Submitted 26 March, 2003; originally announced March 2003.

    Comments: 23 pages, 14 figures

    Journal ref: Phys. Rev. B 67, 174415 (2003)

  25. arXiv:cond-mat/0105384  [pdf, ps, other

    cond-mat.str-el cond-mat.mtrl-sci

    Specific heat study of single crystalline Pr$_{0.63}$ Ca$_{0.37}$ MnO$_{3}$ in presence of a magnetic field

    Authors: A. K. Raychaudhuri, Ayan Guha, I. Das, R. Rawat, C. N. R. Rao

    Abstract: We present the results of a study of specific heat on a single crystal of Pr$_{0.63}$Ca$_{0.37}$MnO$_3$ performed over a temperature range 3K-300K in presence of 0 and 8T magnetic fields. An estimate of the entropy and latent heat in a magnetic field at the first order charge ordering (CO) transition is presented. The total entropy change at the CO transition which is $\approx$ 1.8 J/mol K at 0T… ▽ More

    Submitted 20 May, 2001; originally announced May 2001.

    Comments: 8 pages (in RevTEX format), 12 figures (in postscript format) Submitted to Phys. Rev. B

  26. arXiv:cond-mat/0007339  [pdf, ps, other

    cond-mat.str-el cond-mat.mtrl-sci

    Thermal relaxation in charge ordered Pr$_{0.63}$ Ca$_{0.37}$ MnO$_3$ in presence of a magnetic field

    Authors: A. K. Raychaudhuri, Ayan Guha, I. Das, R. Rawat, C. N. R. Rao

    Abstract: We report observation of substantial thermal relaxation in single crystal of charge ordered system Pr$_{0.63}$Ca$_{0.37}$MnO$_3$ in an applied magnetic field of H = 8T. The relaxation is observed when the temperature is scanned in presence of a magnetic field in the temperature interval $T_{MH}<T<T_{CO}$ where $T_{CO}$ is the charge ordering temperature and $T_{MH}$ is charge melting temperature… ▽ More

    Submitted 23 May, 2001; v1 submitted 21 July, 2000; originally announced July 2000.

    Comments: 4 pages LaTEX, 3 eps figures

  27. arXiv:cond-mat/0005194  [pdf, ps, other

    cond-mat.str-el cond-mat.mtrl-sci

    Magnetic Field resulting from non-linear electrical transport in single crystals of charge-ordered Pr$_{0.63}$ Ca$_{0.37}$ MnO$_{3}$}

    Authors: Ayan Guha, N. Khare, A. K. Raychaudhuri, C. N. R Rao

    Abstract: In this letter we report that the current induced destabilization of the charge ordered (CO) state in a rare-earth manganite gives rise to regions with ferromagnetic correlation. We did this experiment by measurement of the I-V curves in single crystal of the CO system Pr$_{0.63}$Ca$_{0.37}$MnO$_{3}$ and simultanously measuring the magnetization of the current carrying conductor using a high T… ▽ More

    Submitted 11 May, 2000; originally announced May 2000.

    Comments: 4 pages LateX, 4 eps figures

  28. arXiv:cond-mat/0005011  [pdf, ps, other

    cond-mat.str-el cond-mat.mtrl-sci

    Non-linear conduction in charge-ordered Pr$_{0.63}$ Ca$_{0.37}$ MnO$_{3}$ : Effect of magnetic fields

    Authors: Ayan Guha, A. K. Raychaudhuri, A. R. Raju, C. N. R. Rao

    Abstract: Non-linear conduction in a single crystal of charge-ordered Pr$_{0.63}$Ca$_{0.37}$MnO$_{3}$ has been investigated in an applied magnetic field. In zero field, the non-linear conduction, which starts at T$<$T$_{CO}$ can give rise to a region of negative differential resistance (NDR) which shows up below the Néel temperature. Application of a magnetic field inhibits the appearance of NDR and makes… ▽ More

    Submitted 30 April, 2000; originally announced May 2000.

    Comments: 4 pages TeX; 5 eps figures; Submitted to Phys. Rev. B

  29. arXiv:cond-mat/9907376  [pdf, ps, other

    cond-mat.str-el cond-mat.mtrl-sci

    Non-linear electrical conduction and broadband noise in charge-ordered rare earth manganate Nd_0.5Ca_0.5MnO_3

    Authors: Ayan Guha, Arindam Ghosh, A. K. Raychaudhuri, S. Parashar, A. R. Raju, C. N. R. Rao

    Abstract: Measurements of the dc transport properties and the low-frequency conductivity noise in films of charge ordered Nd_0.5Ca_0.5MnO_3 grown on Si subtrate reveal the existence of a threshold field in the charge ordered regime beyond which strong non linear conduction sets in along with a large broad band conductivity noise. Threshold-dependent conduction disappears as T -> T_{CO}, the charge orderin… ▽ More

    Submitted 24 July, 1999; originally announced July 1999.

    Comments: 3 pages of two-column text and 4 eps figures