1,720,973 research outputs found
Path tracing for direct volume rendering with web technologies
Rendering of volumetric data is of great significance in numerous fields of science and technology, although it is far from being a trivial task. Interactive and real-time rendering is even more difficult to achieve. Majority of applications nowadays employ primitive methods to reach high execution speeds, and furthermore, they are often accessible only on specific platforms. The web revolution in recent years enabled us to use web browsers to access powerful graphics hardware and in turn build modern graphical application in a platform-agnostic manner. Therefore, in this work we combine state-of-the-art web technology with the latest advancements in volume rendering in a proof-of-concept web application for interactive, real-time and physically correct rendering of volumetric data of arbitrary origin that runs on a wide variety of desktop and mobile devices. The methods used are as general as possible so as to not impose any restrictions on interaction, scene, camera and lighting. With extensibility of the implementation in mind we propose a new pipeline model with a direct support for stochastic methods, which allows for simple extension of existing and fast testing of new rendering methods. With this work we bridge the currently ubiquitous gap between theory and practice in a wide range of use cases
Interaktivna vizualizacija gosto poseljenih volumnov
In this thesis, we investigate interactive visibility management in crowded volumes, characterized by an overwhelming amount of mutually occluding and often intricately intertwined structures. In the first part, we introduce the Volume Conductor, a visibility management system for interactive grouping, coloring, and sparsification of structures in crowded volumes. These functionalities rely on a technical contribution we refer to as the visibility mask, which is an intermediate representation encoding the visibility and optical properties of groups of structures within the volume. Its simple and effective design allows the visibility mask and its corresponding transfer function to be automatically generated, requiring minimal effort from the user. The generation process is facilitated by an easy-to-use user interface with support for sequential and hierarchical structuring of instance groups. Furthermore, the visibility mask can be rendered with any volume rendering technique, provided it supports 2D transfer functions. In addition to standalone use, the visibility mask can be optionally blended with a raw data volume. This flexibility enables straightforward and seamless integration of the Volume Conductor into existing volume visualization applications. The most important aspect of the Volume Conductor is instance sparsification, which is controlled per group by the user through visibility ratio sliders. The order of sparsification is determined by a sparsification function, which assigns importance to instances. We generalize the concept of importance by aggregating voxel-based importance to define instance-based importance. Three sparsification functions, uniform, depth-based, and context-preserving, are investigated. The sparsification procedure can combine different sparsification functions while preserving temporal coherency of the rendering. Finally, visibility of each group as observed from the camera is assessed by counting the number of instance IDs in the ID buffer, and this information is fed back into the user interface to form a feedback loop with the user. We have implemented the Volume Conductor in WebGL 2.0 Compute. The resulting system is fast, easy to integrate into existing tools, and applicable to any domain. We assessed the usability of the Volume Conductor by measuring its performance and gathering domain expert feedback. Performance evaluation showed that the Volume Conductor runs at interactive frame rates on consumer-grade hardware, with rendering being the performance bottleneck. Furthermore, the most computationally intensive steps are trivially parallelizable. Experts from the fields of materials science and microbiology provided feedback regarding the usability of the Volume Conductor after incorporating it into their daily workflows. They presented three distinct use cases in which the Volume Conductor was used to analyze fibers and pores in fiber-reinforced polymers, and visualize the intracellular organelles inside a bladder wall cell. The experts from both fields acknowledged the utility and practicality of the Volume Conductor, emphasizing interactive sparsification to reveal the internal structures otherwise occluded by crowdedness, and the intuitiveness of the user interface for group formation and coloring for basic data analysis. Additionally, the microbiology experts highlighted the ability to blend the visibility mask with the raw data volume when visualizing the internal structures inside intracellular organelles.
In the second part, we present a crowdsourced user study we have conducted to evaluate depth perception accuracy in crowded volumes under the influence of dynamic perceptual cues. Many visualization techniques advertise enhanced depth perception, a benefit that has been rigorously tested in numerous studies. However, neither crowded volumes nor the degree of crowdedness have yet been considered as variables. The study presented in this thesis fills this knowledge gap by involving crowded volumes from real use cases and considering dynamic perceptual cues, which more accurately reflects real-world scenarios. In contrast to previous studies, our study emphasizes the significance of camera motion as one of the most important monocular depth cues. The experiment consisted of 128 test cases in which four volumes were rendered using four different rendering techniques and lighting setups and shown from eight different camera views. For each test case, the participants were shown a short video of a volume in which the camera performed a subtle circular motion while keeping the volume in focus. When the video stopped playing, three points lying on the structures in the volume were shown, and participants were instructed to estimate the relative depth of the estimation point between the two bounding points using a slider. Their estimates were collected and analyzed using the mean absolute difference from the true values. The results of our study indicate strong connections between the accuracy of depth perception and volume crowdedness, structure shape, and camera positioning. While previous studies identified significant differences in user performance between different rendering techniques when using static images of non-crowded volumes, our results demonstrate that even non-photorealistic rendering techniques without global illumination features can perform as well as photorealistic techniques when camera motion is involved. Moreover, we showed that the volume\u27s content affects depth perception more than the rendering technique or the lighting setup. Furthermore, results revealed that depth estimation accuracy increases with projected area of the instances and partial occlusion between them, whereas it decreases with transparency and crowdedness. The data set composed of test videos and user responses has been made publicly available.V doktorski disertaciji raziskujemo interaktivno upravljanje vidnosti v gosto poseljenih volumnih, katerih glavna značilnost je vsebnost velikega števila medsebojno prekrivajočih se in pogosto prepletajočih se struktur. V prvem delu predstavimo Volume Conductor, sistem za upravljanje vidnosti v gosto poseljenih volumnih, ki omogoča interaktivno oblikovanje skupin struktur, njihovo barvanje in redčenje. Funkcionalnosti sistema temeljijo na tehničnem prispevku, imenovanem maska vidnosti, ki služi kot vmesna predstavitev, s katero so predstavljeni podatki o vidnosti in optičnih lastnostih struktur, vsebovanih v volumnu. Preprosta in učinkovita struktura maske vidnosti in njene pripadajoče prenosne funkcije omogoča njuno samodejno generiranje z minimalno vpletenostjo uporabnika. Postopek generiranja je poenostavljen s temu prilagojenim uporabniškim vmesnikom, ki podpira zaporedno ali hierarhično organizacijo skupin struktur. Masko vidnosti je moč upodobiti s poljubno tehniko upodabljanja, pod pogojem da omogoča uporabo dvodimenzionalnih prenosnih funkcij. Poleg samostojne rabe je masko vidnosti mogoče po potrebi zliti s surovimi podatki. Tovrstna fleksibilnost omogoča neposredno in enostavno vgradnjo v obstoječa orodja za upodabljanje volumnov. Najpomembnejši vidik sistema Volume Conductor je redčenje struktur, ki ga preko drsnikov za nadzor deleža vidnosti nadzoruje uporabnik za vsako ustvarjeno skupino posebej. Vrstni red redčenja struktur določa redčilna funkcija, ki vsaki strukturi določi pomembnost. Koncept pomembnosti smo preko agregacije posplošili s pomembnosti vokslov na pomembnost strukture. Preizkusili smo tri redčilne funkcije: enakomerno, globinsko in kontekstno-odvisno, ki jih uporabnik lahko v postopku redčenja združuje in pri tem ohranja časovno doslednost upodobitve. V zadnjem koraku sistem ovrednoti vidnost struktur iz vidika kamere, tako da prešteje njihove identifikatorje v medpomnilniku identifikatorjev, nato pa pridobljene informacije vrne uporabniku ob drsnikih za nadzor deleža vidnosti in s tem sklene povratno zanko interakcije. Sistem Volume Conductor smo implementirali s programskim vmesnikom WebGL 2.0 Compute. S tem smo ustvarili sistem, ki je hiter, omogoča enostavno vgradnjo v obstoječa orodja ter ga lahko apliciramo na poljubno domeno. Uporabnost sistema Volume Conductor smo ovrednotili z merjenjem hitrosti izvajanja in zbiranjem povratnih informacij domenskih strokovnjakov. Meritve hitrosti izvajanja so pokazale, da sistem na potrošniških napravah dosega hitrosti, primerne za interakcijo, pri tem pa glavno ozko grlo predstavlja upodabljanje. Najbolj časovno potratne korake je moč trivialno paralelizirati. Strokovnjaki s področij znanosti o materialih in mikrobiologije so po vpeljavi sistema v svoje vsakodnevno delo podali povratne informacije glede uporabnosti sistema. Predstavili so tri primere uporabe, v katerih so s sistemom analizirali vlakna in pore v ojačenih polimerih ter upodobili notranjosti celičnih organelov v celici stene sečnega mehurja. Strokovnjaki z obeh področij so potrdili uporabno vrednost sistema s poudarkom na redčenju za namen razkrivanja zakritih struktur ter intuitivnost uporabniškega vmesnika za oblikovanje skupin in njihovo barvanje za osnovno analizo podatkov. Poleg tega so strokovnjaki s področja mikrobiologije izpostavili zmožnost zlivanja maske vidnosti s surovimi podatki pri upodabljanju struktur znotraj celičnih organelov.
V drugem delu predstavimo uporabniško študijo za ovrednotenje natančnosti globinske zaznave v gosto poseljenih volumnih pod vplivom dinamičnih zaznavnih znakov. Študija je bila izvedena v obliki množičenja. Motivacija za izvedbo študije izhaja iz navedb avtorjev mnogih vizualizacijskih tehnik, ki omenjajo izboljšano globinsko zaznavo. Njihove navedbe so bile strogo preverjene v številnih študijah zaznave, toda nobena dosedanja raziskava ni podrobneje obravnavala gostote, niti vsebovala gosto poseljenih volumnov. Študija, predstavljena v pričujoči disertaciji, to vrzel v obsoječih raziskavah zapolni z vključitvijo gosto poseljenih volumnov iz praktičnih primerov uporabe in z upoštevanjem dinamičnih zaznavnih znakov ter s tem natančneje odraža dejansko rabo. V nasprotju s prejšnjimi študijami naša študija poudarja pomen gibanja kamere kot enega najpomembnejših monokularnih globinskih znakov. Študija je obsegala 128 testnih primerov, v katerih so bili upodobljeni štirje volumni s štirimi različnimi tehnikami upodabljanja, vsaka kombinacija pa je bila prikazana iz osmih pogledov kamere. V vsakem testnem primeru smo udeležencem prikazali kratek video, v katerem se je kamera gibala po majhnem krogu okrog začetnega položaja. Po končanem predvajanju so se na strukturah v volumnu prikazale tri točke, udeleženci pa so morali z drsnikom oceniti relativno globino vmesne točke glede na robni točki. Njihove ocene smo zbrali in analizirali povprečno absolutno odstopanje od pravih vrednosti. Rezultati študije razkrivajo močne povezave med natančnostjo zaznavanja globine in gostoto poselitve, oblikami struktur in položajem kamere. Medtem ko so prejšnje študije odkrile signifikantne razlike v natančnosti globinske zaznave med različnimi tehnikami upodabljanja pri uporabi statičnih slik redko poseljenih volumnov, naši rezultati razkrivajo, da lahko celo nerealistične tehnike upodabljanja brez globalne osvetlitve dosegajo primerljive rezultate kot fotorealistične tehnike ob upoštevanju gibanja kamere. Poleg tega smo pokazali, da vsebina volumna na natančnost globinske zaznave vpliva bolj kot tehnika upodabljanja ali osvetlitev volumna. Rezultati so nadalje razkrili, da se natančnost globinske zaznave povečuje s projicirano površino struktur in njihovim delnim medsebojnim prekrivanjem, medtem ko se zmanjšuje s prosojnostjo in gostoto. Zbirko podatkov, uporabljenih in pridobljenih v raziskavi, vključno z videoposnetki in odzivi udeležencev raziskave, smo javno objavili
Real-time visualization of medical volumetric datasets
V delu obravnavamo postopke za vizualizacijo medicinskih volumetričnih podatkov v realnem času, ki bi lahko povečali hitrost in zanesljivost diagnostičnih procesov. V ta namen smo razvili in primerjali tri vizualizacijske metode, ki temeljijo na algoritmu metanja žarkov: izris nivojskih ploskev, projekcijo največje intenzitete in emisijsko-absorpcijski model. Dodali smo tudi vizualna efekta ambientnega zastiranja in globinske ostrine. Vse metode smo optimizirali za čim hitrejše izvajanje na grafičnih procesorjih. Pri tem smo predstavili dve inovativni rešitvi: adaptivno vzorčenje in adaptivno rekonstrukcijo, ki pripomoreta k večji hitrosti izrisa. Opravili smo performančno analizo vseh uporabljenih metod, ki pokaže na učinkovitost predstavljenih pohitritev ter na ozka grla pri implementaciji. Izvedli smo tudi uporabniško evalvacijo, v kateri so specialisti s področja radiologije ovrednotili praktično primernost vizualizacijskih metod.Our work discusses methods for real-time visualization of medical volumetric data sets, which can lead to faster and more reliable diagnostic processes. We have developed three visualization methods based on the ray casting algorithm: isosurface rendering, maximum intensity projection, and the emission-absorption model. We introduced two visual effects that enhance the final rendering: ambient occlusion and depth of field. We optimized the developed visualization methods for fast execution on graphics processing units and in the process introduced two novel methods: adaptive sampling and adaptive reconstruction, which contribute to faster rendering. We conducted a performance evaluation of the methods, which showed the efficiency of the implemented speed-ups and revealed the bottlenecks in the implementation. We also carried out a user evaluation study, where radiology specialists evaluated the practical suitability of the visualization methods
Going Beyond Counting First Authors in Author Co-citation Analysis
The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation
counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings
are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that
only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into
account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed
Variations on the Author
“Variations on the Author” discusses two of Eduardo Coutinho’s recent films (Um Dia na Vida, from 2010, and Últimas Conversas, posthumously released in 2015) and their contribution to the general question of documentary authorship. The director’s filmography is characterized by a consistent yet self-effacing form of authorial self-inscription: Coutinho often features as an interviewer that rather than express opinions propels discourses; an interviewer that is good at listening. This mode of self-inscription characterizes him as an author who is not expressive but who is nonetheless markedly present on the screen. In Um Dia na Vida, however, Coutinho is completely absent form the image, while Últimas Conversas, on the contrary, includes a confessional prologue that moves the director from the margins to the center of his films. This article examines the ways in which these works stand out in the filmography of a director who offers new insights into the notion of cinematic authorship
Appropriate Similarity Measures for Author Cocitation Analysis
We provide a number of new insights into the methodological discussion about author cocitation analysis. We first argue that the use of the Pearson correlation for measuring the similarity between authors’ cocitation profiles is not very satisfactory. We then discuss what kind of similarity measures may be used as an alternative to the Pearson correlation. We consider three similarity measures in particular. One is the well-known cosine. The other two similarity measures have not been used before in the bibliometric literature. Finally, we show by means of an example that our findings have a high practical relevance.information science;Pearson correlation;cosine;similarity measure;author cocitation analysis
Dispelling the Myths Behind First-author Citation Counts
We conducted a full-scale evaluative citation analysis study of scholars in the XML research field to explore just how different from each other author rankings resulting from different citation counting methods actually are, and to demonstrate the capability of emerging data and tools on the Web in supporting more realistic citation counting methods. Our results contest some common arguments for the continued
use of first-author citation counts in the evaluation of scholars, such as high correlations between author rankings by first-author citation counts and other citation
counting methods, and high costs of using more realistic citation counting methods that are not well-supported by the ISI databases. It is argued that increasingly available digital full text research papers make it possible for citation analysis studies to go beyond what the ISI databases have directly supported and to employ more
sophisticated methods
- …
