Skip to main content

Showing 1–11 of 11 results for author: Devkota, S

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

    cs.AI cs.CL cs.HC cs.MA stat.ML

    GPT-4's assessment of its performance in a USMLE-based case study

    Authors: Uttam Dhakal, Aniket Kumar Singh, Suman Devkota, Yogesh Sapkota, Bishal Lamichhane, Suprinsa Paudyal, Chandra Dhakal

    Abstract: This study investigates GPT-4's assessment of its performance in healthcare applications. A simple prompting technique was used to prompt the LLM with questions taken from the United States Medical Licensing Examination (USMLE) questionnaire and it was tasked to evaluate its confidence score before posing the question and after asking the question. The questionnaire was categorized into two groups… ▽ More

    Submitted 26 March, 2024; v1 submitted 14 February, 2024; originally announced February 2024.

  2. Efficient Neural Representation of Volumetric Data using Coordinate-Based Networks

    Authors: Sudarshan Devkota, Sumanta Pattanaik

    Abstract: In this paper, we propose an efficient approach for the compression and representation of volumetric data utilizing coordinate-based networks and multi-resolution hash encoding. Efficient compression of volumetric data is crucial for various applications, such as medical imaging and scientific simulations. Our approach enables effective compression by learning a map** between spatial coordinates… ▽ More

    Submitted 16 January, 2024; originally announced January 2024.

    Journal ref: Computer Graphics Forum (2023), 42: e14955

  3. arXiv:2309.16145  [pdf, other

    cs.CL cs.CY cs.HC

    The Confidence-Competence Gap in Large Language Models: A Cognitive Study

    Authors: Aniket Kumar Singh, Suman Devkota, Bishal Lamichhane, Uttam Dhakal, Chandra Dhakal

    Abstract: Large Language Models (LLMs) have acquired ubiquitous attention for their performances across diverse domains. Our study here searches through LLMs' cognitive abilities and confidence dynamics. We dive deep into understanding the alignment between their self-assessed confidence and actual performance. We exploit these models with diverse sets of questionnaires and real-world scenarios and extract… ▽ More

    Submitted 27 September, 2023; originally announced September 2023.

    Comments: 19 pages, 8 Figures, to be published in a journal (Journal TBD), All Authors contributed equally and were Supervised by Chandra Dhakal

    MSC Class: ACM-class: I.2.0

  4. arXiv:2210.08083  [pdf, other

    cs.CV cs.GR cs.LG

    Reference Based Color Transfer for Medical Volume Rendering

    Authors: Sudarshan Devkota, Summanta Pattanaik

    Abstract: The benefits of medical imaging are enormous. Medical images provide considerable amounts of anatomical information and this facilitates medical practitioners in performing effective disease diagnosis and deciding upon the best course of medical treatment. A transition from traditional monochromatic medical images like CT scans, X-Rays or MRI images to a colored 3D representation of the anatomical… ▽ More

    Submitted 14 October, 2022; originally announced October 2022.

  5. arXiv:2210.08080  [pdf, other

    cs.GR cs.CV cs.LG

    Deep Learning based Super-Resolution for Medical Volume Visualization with Direct Volume Rendering

    Authors: Sudarshan Devkota, Sumanta Pattanaik

    Abstract: Modern-day display systems demand high-quality rendering. However, rendering at higher resolution requires a large number of data samples and is computationally expensive. Recent advances in deep learning-based image and video super-resolution techniques motivate us to investigate such networks for high-fidelity upscaling of frames rendered at a lower resolution to a higher resolution. While our w… ▽ More

    Submitted 14 October, 2022; originally announced October 2022.

  6. arXiv:2112.01571  [pdf, other

    cs.CG

    Multicriteria Scalable Graph Drawing via Stochastic Gradient Descent, $(SGD)^2$

    Authors: Reyan Ahmed, Felice De Luca, Sabin Devkota, Stephen Kobourov, Mingwei Li

    Abstract: Readability criteria, such as distance or neighborhood preservation, are often used to optimize node-link representations of graphs to enable the comprehension of the underlying data. With few exceptions, graph drawing algorithms typically optimize one such criterion, usually at the expense of others. We propose a layout approach, Multicriteria Scalable Graph Drawing via Stochastic Gradient Descen… ▽ More

    Submitted 2 December, 2021; originally announced December 2021.

    Comments: arXiv admin note: text overlap with arXiv:2008.05584

  7. arXiv:2108.03047  [pdf, other

    cs.HC

    Domain-Centered Support for Layout, Tasks, and Specification for Control Flow Graph Visualization

    Authors: Sabin Devkota, Matthew P. LeGendre, Adam Kunen, Pascal Aschwanden, Katherine E. Isaacs

    Abstract: Computing professionals in areas like compilers, performance analysis, and security often analyze and manipulate control flow graphs (CFGs) in their work. CFGs are directed networks that describe possible orderings of instructions in the execution of a program. Visualizing a CFG is a common activity in develo** or debugging computational approaches that use them. However, general graph drawing l… ▽ More

    Submitted 25 September, 2022; v1 submitted 6 August, 2021; originally announced August 2021.

  8. CcNav: Understanding Compiler Optimizations in Binary Code

    Authors: Sabin Devkota, Pascal Aschwanden, Adam Kunen, Matthew Legendre, Katherine E. Isaacs

    Abstract: Program developers spend significant time on optimizing and tuning programs. During this iterative process, they apply optimizations, analyze the resulting code, and modify the compilation until they are satisfied. Understanding what the compiler did with the code is crucial to this process but is very time-consuming and labor-intensive. Users need to navigate through thousands of lines of binary… ▽ More

    Submitted 7 November, 2020; v1 submitted 2 September, 2020; originally announced September 2020.

    Comments: IEEE VIS VAST 2020

    ACM Class: D.2.5; H.5.2

  9. arXiv:2008.05584  [pdf, other

    cs.DS cs.CG

    Graph Drawing via Gradient Descent, $(GD)^2$

    Authors: Reyan Ahmed, Felice De Luca, Sabin Devkota, Stephen Kobourov, Mingwei Li

    Abstract: Readability criteria, such as distance or neighborhood preservation, are often used to optimize node-link representations of graphs to enable the comprehension of the underlying data. With few exceptions, graph drawing algorithms typically optimize one such criterion, usually at the expense of others. We propose a layout approach, Graph Drawing via Gradient Descent, $(GD)^2$, that can handle multi… ▽ More

    Submitted 12 August, 2020; originally announced August 2020.

    Comments: Appears in the Proceedings of the 28th International Symposium on Graph Drawing and Network Visualization (GD 2020)

  10. arXiv:1908.01769  [pdf, other

    cs.CG cs.LG stat.ML

    Stress-Plus-X (SPX) Graph Layout

    Authors: Sabin Devkota, Reyan Ahmed, Felice De Luca, Katherine E. Isaacs, Stephen Kobourov

    Abstract: Stress, edge crossings, and crossing angles play an important role in the quality and readability of graph drawings. Most standard graph drawing algorithms optimize one of these criteria which may lead to layouts that are deficient in other criteria. We introduce an optimization framework, Stress-Plus-X (SPX), that simultaneously optimizes stress together with several other criteria: edge crossing… ▽ More

    Submitted 23 August, 2019; v1 submitted 4 August, 2019; originally announced August 2019.

    Comments: 25 pages, 12 figures, accepted in the 27th International Symposium on Graph Drawing and Network Visualization (GD 2019)

  11. arXiv:1703.01544  [pdf, other

    cs.CG

    L-Graphs and Monotone L-Graphs

    Authors: Abu Reyan Ahmed, Felice De Luca, Sabin Devkota, Alon Efrat, Md Iqbal Hossain, Stephen Kobourov, Jixian Li, Sammi Abida Salma, Eric Welch

    Abstract: In an $\mathsf{L}$-embedding of a graph, each vertex is represented by an $\mathsf{L}$-segment, and two segments intersect each other if and only if the corresponding vertices are adjacent in the graph. If the corner of each $\mathsf{L}$-segment in an $\mathsf{L}$-embedding lies on a straight line, we call it a monotone $\mathsf{L}$-embedding. In this paper we give a full characterization of monot… ▽ More

    Submitted 4 March, 2017; originally announced March 2017.