{"id":5770,"date":"2022-08-08T16:42:13","date_gmt":"2022-08-08T07:42:13","guid":{"rendered":"http:\/\/hvcl.korea.ac.kr\/?page_id=5770"},"modified":"2026-02-10T18:24:26","modified_gmt":"2026-02-10T09:24:26","slug":"publication_test","status":"publish","type":"page","link":"https:\/\/hvcl.korea.ac.kr\/?page_id=5770","title":{"rendered":"Publication"},"content":{"rendered":"\n<!-- \uce74\ud14c\uace0\ub9ac -->\n<script src=\"https:\/\/kit.fontawesome.com\/a076d05399.js\" crossorigin=\"anonymous\"><\/script>\n<script>\nconst total_category_list=[\"Scientific_Visualization\",\"Information_Visualization\",\"Visual_Analytics\",\"VR\/AR\",\"Biomedical_Visualization\",\"Connectomics\",\"Biomedical_Imaging\",\"Image_Processing\",\"Histopathology\",\"Deep_Learning\",\"Parallel_Computing\/GPGPU\",\"Bioinformatics\",\"Other\"];\n<\/script>\n<!-- resize -->\n<script>\nwindow.addEventListener(\"resize\", handlePageSize);\nfunction handlePageSize() {\n    const item_list=document.getElementsByClassName(\"jy-content\");\n    for(let j=0;j<item_list.length;j++){\n    \n      if(item_list[j].style.display!==\"none\"){\n        if(window.innerWidth<800){\n            item_list[j].style.display=\"block\";\n        }\n        else{\n            item_list[j].style.display=\"flex\";\n        }\n      }\n    }\n    const left_list=document.getElementsByClassName(\"jy-sidebar-left\");\n    for(let j=0;j<left_list.length;j++){\n        if(window.innerWidth<800){\n            left_list[j].style.width=\"95%\";\n        }\n        else{\n            left_list[j].style.width=\"Min(30%,200px)\";\n        }\n    }\n    const right_list=document.getElementsByClassName(\"jy-sidebar-right\");\n    for(let j=0;j<right_list.length;j++){\n        if(window.innerWidth<800){\n            right_list[j].style.width=\"95%\";\n        }\n        else{\n            right_list[j].style.width=\"70%\";\n        }\n    }\n}\n<\/script>\n<!-- year related function -->\n<script>\nfunction writeYear(year) {\n    document.write(\"<div class=\\\"year_\",year,\"\\\">\");\n    document.write(\"<hr>\");\n    document.write(\"<h1 style=\\\"text-align: center;\\\"><strong>\",year,\"<\/strong><\/h1>\");\n    document.write(\"<hr>\");\n    document.write(\"<\/div>\");\n}\nfunction checkYear() {\n    for(let i=2011;i<=2050;i++){\n        const year=i.toString();\n\tconst item_list=document.getElementsByClassName(year);\n        var is_draw=false;\n        for(let j=0;j<item_list.length;j++){\n            if(item_list[j].style.display!==\"none\"){\n                is_draw=true;\n            }\n        }\n        const text_year=document.getElementsByClassName(\"year_\"+year);\n        for(let j=0;j<text_year.length;j++){\n            if(is_draw===false){\n                text_year[j].style.setProperty(\"display\", \"none\", \"important\");\n            }\n            else{\n                text_year[j].style.setProperty(\"display\", \"block\", \"important\");\n            }\n        }\n    }\n}\n<\/script>\n<!-- publication \ub9cc\ub4dc\ub294 function -->\n<script>\nfunction makePublication(image, projectPage, title, categories,year,author,publisher, key) {\n\tcategory_list=categories.split(\" \");\n\tdocument.write(\"<div class=\\\"jy-content \",categories,\" \",year,\"\\\">\");\n\tdocument.write(\"<div class=\\\"jy-sidebar-left\\\">\");\n\tdocument.write(\"<a href=\\\"\",image,\"\\\">\");\n\tdocument.write(\"<img class=\\\"alignleft\\\" src=\\\"\",image,\"\\\" width=\\\"200px\\\"><\/a><\/div>\");\n\tdocument.write(\"<div class=\\\"jy-sidebar-right\\\">\");\n\tdocument.write(\"<div class=\\\"category_text_container\\\">\");\n\tfor(let i=0;i<category_list.length;i++){\n\t\tdocument.write(\"<div class=\\\"category_text\\\">\",category_list[i].replace(\/_\/g,' '),\"<\/div>\");\n\t}\n\tdocument.write(\"<\/div>\");\n    \n\tdocument.write(\"<h5 class=\\\"publication\\\"><a href=\\\"\",projectPage,\"\\\"><strong>\",title,\"<\/strong><\/a><\/h5>\");\n\tif(author!==undefined){\n        document.write(\"<i class=\\\"fa fa-user\\\"><\/i>\");\n        document.write(\"<span class=\\\"author\\\">\",author,\"<\/span>\");\n        document.write(\"<br \/>\");\n    }\n    if(publisher!==undefined){\n    \tdocument.write(\"<i class=\\\"fa fa-book\\\"><\/i>\");\n    \tdocument.write(\"<span class=\\\"publisher\\\">\",publisher,\"<\/span>\");\n        document.write(\"<br \/>\");\n    }\n}\n<\/script>\n<!-- \uce74\ud14c\uace0\ub9ac \ud544\ub354\ub9c1 \uad00\ub828 function -->\n<script>\nfunction Init(){\n\tconst elem = document.activeElement; \/\/Focused button\n\/\/        console.log(elem.classList);\n        if(elem.classList[0]==='collapsible'){\n            return;\n        }\n\/\/elem.textContent\n\tconst button_list=document.getElementsByClassName(\"button1\"); \n\tvar button_focused=false;\n\tfor(let i=0;i<button_list.length;i++){\n\t\tif(button_list[i]===elem){\n                    button_list[i].style.backgroundColor=\"#6669a0\";\n                    button_list[i].style.color=\"white\";\n\t\t    button_focused=true;\n                    const cancel_button=document.getElementsByClassName(\"cancel-button-\"+button_list[i].textContent.replace(\/ \/g,'_'));\n                    cancel_button[0].style.setProperty(\"display\", \"block\", \"important\");\n\t\t}\n                else{\n                    button_list[i].style.backgroundColor=\"white\";\n                    button_list[i].style.color=\"black\";\n                    const cancel_button=document.getElementsByClassName(\"cancel-button-\"+button_list[i].textContent.replace(\/ \/g,'_'));\n                    cancel_button[0].style.setProperty(\"display\", \"none\", \"important\");\n                }\n\t}\n\tif(button_focused){\n\tconst target_name=elem.textContent.replace(\/ \/g,'_')\n\t\n\tfor(let i=0;i<total_category_list.length;i++){\n\t\tconst item_list=document.getElementsByClassName(total_category_list[i]);\n\t\tif(target_name!==total_category_list[i]){\n\t\t\tfor(let j=0;j<item_list.length;j++){\n\t\t\t\titem_list[j].style.setProperty(\"display\", \"none\", \"important\");\n\t\t\t}\n\t\t}\n\t}\n\t\n\tfor(let i=0;i<total_category_list.length;i++){\n\t\tconst item_list=document.getElementsByClassName(total_category_list[i]);\n\t\tif(target_name===total_category_list[i]){\n\t\t\tfor(let j=0;j<item_list.length;j++){\n\t\t\t\titem_list[j].style.setProperty(\"display\", \"flex\", \"important\");\n\t\t\t}\n\t\t}\n\t}\n\t}\n\telse{\n\t\tfor(let i=0;i<total_category_list.length;i++){\n\t\t\tconst item_list=document.getElementsByClassName(total_category_list[i]);\n\t\t\tfor(let j=0;j<item_list.length;j++){\n\t\t\t\titem_list[j].style.setProperty(\"display\", \"flex\", \"important\");\n\t\t\t}\n\t\t}\n\t}\n        checkYear();\n        handlePageSize();\n}\nfunction Generate_buttons(){\n\tfor(let i=0;i<total_category_list.length;i++){\n\t\tdocument.write(\"<categories-li><button onclick=\\\"Init()\\\" class=\\\"button1\\\">\",total_category_list[i].replace(\/_\/g,' '),\"<\/button><button onclick=\\\"Init()\\\" class=\\\"cancel-button cancel-button-\",total_category_list[i],\"\\\">X<\/button><\/categories-li>\");\n\t}\n}\n<\/script>\n<header class=\"topbar\">\n<h3 class=\"categories\"><strong>Categories<\/strong><\/h3>\n<button-categories>\n  <script>\n\tGenerate_buttons();\n  <\/script>\n<\/button-categories>\n<\/header>\n<script>\n    writeYear(\"2026\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/AAAI2026.png?_t=1763960142\",\" https:\/\/arxiv.org\/abs\/2508.14681\",\n\"Virtual Multiplex Staining for Histological Images using a Marker-wise Conditioned Diffusion Model\",\n\"Histopathology Deep_Learning Image_Processing\",\n\"2026\",\n\"Hyun-Jic Oh, Junsik Kim, Zhiyi Shi, Yichen Wu, Yu-An Chen, Peter K.Sorger, Hanspeter Pfister, Won-Ki Jeong\",\n\"Association for the Advancement of Artificial Intelligence - AAAI 2026\");\n<\/script>\n[<a href=\"https:\/\/arxiv.org\/abs\/2508.14681\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2025\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/PatHME%20Abstract%20Graphic.png?_t=1758163127\",\" https:\/\/ieeexplore.ieee.org\/document\/11164664\",\n\"PatHME: Hierarchical Multi-Expert Knowledge Distillation for Whole Slide Image Analysis\",\n\"Biomedical_Imaging Histopathology Deep_Learning\",\n\"2025\",\n\"Jing Wei Tan, Gangsu Kim, Won-Ki Jeong\",\n\"IEEE Access\");\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/document\/11164664\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/image_wei.png?_t=1756450304\",\" https:\/\/doi.org\/10.1117\/1.JMI.12.6.061402\",\n\"HID-CON: weakly supervised intrahepatic cholangiocarcinoma subtype classification of whole slide images using contrastive hidden class detection\",\n\"Biomedical_Imaging Histopathology Deep_Learning\",\n\"2025\",\n\"Jing Wei Tan, Kyoungbun Lee, Won-Ki Jeong\",\n\"SPIE Journal of Medical Imaging 2025\");\n<\/script>\n[<a href=\"https:\/\/doi.org\/10.1117\/1.JMI.12.6.061402\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/%ED%98%84%EC%88%98_main_figure.png?_t=1754031328\",\" https:\/\/arxiv.org\/abs\/2507.02494\",\n\"MC-INR: Efficient Encoding of Multivariate Scientific Simulation Data using Meta-Learning and Clustered Implicit Neural Representations\",\n\"Scientific_Visualization Visual_Analytics Deep_Learning\",\n\"2025\",\n\"Hyunsoo Son, Jeonghyun Noh, Suemin Jeon, Chaoli Wang, Won-Ki Jeong\",\n\"IEEE VIS 2025 (Short Paper Session)\");\n<\/script>\n[<a href=\"https:\/\/arxiv.org\/abs\/2507.02494\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/%EC%88%98%EB%AF%BC_figure1.png?_t=1752563966\",\" https:\/\/arxiv.org\/abs\/2507.10043\",\n\"XROps: A Visual Workflow Management System for Dynamic Immersive Analytics\",\n\"VR\/AR Visual_Analytics\",\n\"2025\",\n\"Suemin Jeon, JunYoung Choi, Haejin Jeong, Won-Ki Jeong\",\n\"IEEE Transactions on Visualization and Computer Graphics\");\n<\/script>\n[<a href=\"https:\/\/arxiv.org\/abs\/2507.10043\">Paper<\/a>][<a href=\"https:\/\/vience.io\/xrops\">Demo<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/CVPRW_framework.png?_t=1746941710\",\"https:\/\/arxiv.org\/abs\/2506.01368\",\n\"Synthetic Data Augmentation using Pre-trained Diffusion Models for Long-tailed Food Image Classification \",\n\"Deep_Learning Image_Processing\",\n\"2025\",\n\"GaYeon Koh*, Hyun-Jic Oh*, Jeonghyun Noh, Won-Ki Jeong\",\n\"CVPR2025 MetaFood Workshop\");\n<\/script>\n[<a href=\"https:\/\/arxiv.org\/pdf\/2506.01368\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/graphical_abstract_image.jpg?_t=1747628037\",\"https:\/\/onlinelibrary.wiley.com\/doi\/10.1111\/cgf.70151\",\n\"Optimal Dimensionality Selection Using Hull Heatmaps for Single-Cell Analysis \",\n\"Visual_Analytics Bioinformatics\",\n\"2025\",\n\"Haejin Jeong, Hyoung-oh Jeong, Semin Lee, Won-Ki Jeong\",\n\"Computer Graphics Forum\");\n<\/script>\n[<a href=\"https:\/\/onlinelibrary.wiley.com\/doi\/10.1111\/cgf.70151\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/S2L-CM_figure.png?_t=1747628127\",\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S0010482525006444\",\n\"S2L-CM: Scribble-supervised nuclei segmentation in histopathology images using contrastive regularization and pixel-level multiple instance learning \",\n\"Image_Processing Histopathology Deep_Learning\",\n\"2025\",\n\"Hyun-Jic Oh*, Seonghui Min*, Won-Ki Jeong\",\n\"Computers in Biology and Medicine\");\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S0010482525006444\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2024\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/vmlops.jpg?_t=1722819947\",\"https:\/\/hvcl.korea.ac.kr\/Intuitive_Design_of_Deep_Learning_Models_through_Visual_Feedback%20-%20final.pdf?_t=1722819947\",\n\"Intuitive Design of Deep Learning Models through Visual Feedback \",\n\"Deep_Learning Visual_Analytics\",\n\"2024\",\n\"JunYoung Choi, Sohee Park, GaYeon Koh, Youngseo Kim, Won-Ki Jeong\",\n\"IEEE VIS 2024 (Short Paper Session)\");\n<\/script>\n[<a href=\"https:\/\/hvcl.korea.ac.kr\/Intuitive_Design_of_Deep_Learning_Models_through_Visual_Feedback%20-%20final.pdf?_t=1722819947\">Paper<\/a>][<a href=\"https:\/\/vience.io\/vience-canvas\/mlops\/sample\">Demo<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/ECCV2024%20-%20framework.PNG?_t=1721612313\",\"http:\/\/arxiv.org\/abs\/2407.14434\",\n\"Co-synthesis of Histopathology Nuclei Image-Label Pairs using a Context-Conditioned Joint Diffusion Model \",\n\"Deep_Learning Image_Processing Histopathology\",\n\"2024\",\n\"Seonghui Min*, Hyun-Jic Oh*, Won-Ki Jeong\",\n\"European Conference on Computer Vision - ECCV 2024\");\n<\/script>\n[<a href=\"http:\/\/arxiv.org\/abs\/2407.14434\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/MICCAI2024%20-%20framework.PNG?_t=1721612313\",\"http:\/\/arxiv.org\/abs\/2407.14426\",\n\"Controllable and Efficient Multi-Class Pathology Nuclei Data Augmentation using Text-Conditioned Diffusion Models \",\n\"Deep_Learning Image_Processing Histopathology\",\n\"2024\",\n\"Hyun-Jic Oh, Won-Ki Jeong\",\n\"Medical Image Computing and Computer Assisted Intervention \u2013 MICCAI 2024\");\n<\/script>\n[<a href=\"http:\/\/arxiv.org\/abs\/2407.14426\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/kr_miccai_image-1.png?_t=1720600352\",\"https:\/\/www.arxiv.org\/abs\/2408.08616\",\n\"Reference-free Axial Super-resolution of 3D Microscopy Images using Implicit Neural Representation with a 2D Diffusion Prior\",\n\"Biomedical_Imaging Image_Processing Deep_Learning\",\n\"2024\",\n\"Kyungryun Lee, Won-Ki Jeong\",\n\"Medical Image Computing and Computer Assisted Intervention \u2013 MICCAI 2024\");\n<\/script>\n[<a href=\"https:\/\/www.arxiv.org\/abs\/2408.08616\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/sk_miccai_image.png?_t=1720599253\",\"https:\/\/arxiv.org\/abs\/2409.15574\",\n\"Clinical-grade Multi-Organ Pathology Report Generation for Multi-scale Whole Slide Images via a Semantically Guided Medical Text Foundation Model\",\n\"Histopathology Deep_Learning\",\n\"2024\",\n\"Jing Wei Tan, SeungKyu Kim, Eunsu Kim, Sung Hak Lee, Sangjeong Ahn, Won-Ki Jeong\",\n\"Medical Image Computing and Computer Assisted Intervention \u2013 MICCAI 2024\");\n<\/script>\n[<a href=\"https:\/\/arxiv.org\/abs\/2409.15574\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/%EC%9C%A4%EA%B2%BD_connectoinfo.jpg?_t=1720767897\",\"https:\/\/braininformatics.springeropen.com\/articles\/10.1186\/s40708-024-00228-9\",\n\"Connecto-informatics at the mesoscale: current advances in image processing and analysis for mapping the brain connectivity \",\n\"Bioinformatics Image_Processing Connectomics\",\n\"2024\",\n\"Yoon Kyoung Choi, Linqing Feng, Won-Ki Jeong, Jinhyun Kim\",\n\"Brain Informatics\");\n<\/script>\n[<a href=\"https:\/\/braininformatics.springeropen.com\/articles\/10.1186\/s40708-024-00228-9\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2023\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/2023DGM4MICCAI.png?_t=1698656809\",\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/MICCAIW__23__Reference_Free_Anisotropic_EM_reconstruction_via_Diffusion_Models__Camera_ready_paper.pdf?_t=1698656250\",\n\"Reference-Free Isotropic 3D EM Reconstruction using Diffusion Models\",\n\"Image_Processing Deep_Learning\",\n\"2023\",\n\"Kyungryun Lee, Won-ki Jeong\",\n\"MICCAI Workshop on Deep Generative Models - DGM4MICCAI 2023\");\n<\/script>\n[<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/MICCAIW__23__Reference_Free_Anisotropic_EM_reconstruction_via_Diffusion_Models__Camera_ready_paper.pdf?_t=1698656250\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/miccaiw_23_%EC%8A%B9%EA%B7%9C.png?_t=1697528340\",\n\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/23MICCAIW_including_%EC%8A%B9%EA%B7%9C.pdf?_t=1697528138\",\n\"Evaluation and improvement of Segment Anything Model for interactive histopathology image segmentation\",\n\"Image_Processing Histopathology Deep_Learning\",\n\"2023\",\n\"SeungKyu Kim, Hyun-Jic Oh, Seonghui Min and Won-Ki Jeong\",\n\"MICCAI 1st International Workshop on Foundation Models for General Medical AI - MedAGI 2023\");\n<\/script>\n[<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/23MICCAIW_including_%EC%8A%B9%EA%B7%9C.pdf?_t=1697528138\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/workflow_step1%20(1).jpg?_t=1694285380\",\n\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/_VIS_2023__XROps_poster%20(6).pdf?_t=1694285334\",\n\"Breaking Down the Technical Barrier: Visual Programming Driven Dynamic Immersive Analytics using XROps\",\n\"VR\/AR\",\n\"2023\",\n\"Suemin Jeon, JunYoung Choi, Haejin Jeong, Won-Ki Jeong\",\n\"IEEE VIS Poster\");\n<\/script>\n[<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/_VIS_2023__XROps_poster%20(6).pdf?_t=1694285334\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/qualitative_min.png?_t=1690523557\",\n\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/%ED%95%9C%EA%B5%AD%EC%BB%B4%ED%93%A8%ED%84%B0%EA%B7%B8%EB%9E%98%ED%94%BD%EC%8A%A4%ED%95%99%ED%9A%8C_min.pdf?_t=1690523655\",\n\"ZoomISEG: Interactive Multi-Scale Fusion for Histopathology Whole Slide Image Segmentation\",\n\"Histopathology Deep_Learning\",\n\"2023\",\n\"Seonghui Min, Won-Ki Jeong\",\n\"Journal of the Korea Computer Graphics Society\");\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1361841523001469?dgcid=author\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/paip2020.png?_t=1690286835\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1361841523001469?dgcid=author\",\n\"PAIP 2020: Microsatellite instability prediction in colorectal cancer\",\n\"Image_Processing Histopathology Deep_Learning\",\n\"2023\",\n\"Kyungmo Kim, Kyoungbun Lee, Sungduk Cho, Dong Un Kang, Seongkeun Park, Yunsook Kang, Hyunjeong Kim, Gheeyoung Choe, Kyung Chul Moon, Kyu Sang Lee, Jeong Hwan Park, Choyeon Hong, Ramin Nateghi, Fattaneh Pourakpour, Xiyue Wang, Sen Yang, Seyed Alireza Fatemi Jahromi, Alisghar Khani, Hwa-Rang Kim, Doo-Hyun Choi, Chang Hee Han, Jin Tae Kwak, Fan Zhang, Bing Han, David Joon Ho, Gyeong Hoon Kang, Se Young Chun u, Won-Ki Jeong, Peom Park, Jinwook Choi\",\n\"Medical Image Analysis\");\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1361841523001469?dgcid=author\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/DeepManifold4.png?_t=1688095946\",\n\"https:\/\/arxiv.org\/abs\/2306.14459\",\n\"Histopathology Image Classification using Deep Manifold Contrastive Learning\",\n\"Histopathology Biomedical_Imaging\",\n\"2023\",\n\"Jing Wei Tan, Won-Ki Jeong\",\n\"Medical Image Computing and Computer Assisted Intervention \u2013 MICCAI 2023\");\n<\/script>\n[<a href=\"https:\/\/arxiv.org\/abs\/2306.14459\">Paper<\/a>][<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/12410_Final%20Poster.pdf?_t=1697609851\">Poster<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/diffmix_framework.png?_t=1688095440\",\n\"https:\/\/arxiv.org\/abs\/2306.14132\",\n\"DiffMix: Diffusion Model-based Data Synthesis for Nuclei Segmentation and Classification in Imbalanced Pathology Image Datasets\",\n\"Histopathology Deep_Learning\",\n\"2023\",\n\"Hyun-Jic Oh, Won-Ki Jeong\",\n\"Medical Image Computing and Computer Assisted Intervention \u2013 MICCAI 2023\");\n<\/script>\n[<a href=\"https:\/\/arxiv.org\/abs\/2306.14132\">Paper<\/a>][<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/MICCAI2023%20-%2032466%20poster%20with%20QR%20code.pdf?_t=1697609851\">Poster<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/PacificVIS.png?_t=1688455389\",\n\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/%5BPacificVis2023%5D%20Dimensionality%20Explorer%20for%20Single-Cell%20Analysis.pdf?_t=1680489193\",\n\"Dimensionality Explorer for Single-Cell Analysis\",\n\"Visual_Analytics\",\n\"2023\",\n\"Haejin Jeong, Hyoung-oh Jeong, Semin Lee, Won-Ki Jeong\",\n\"2023 IEEE Pacific Visualization Symposium (PacificVis)\");\n<\/script>\n[<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/%5BPacificVis2023%5D%20Dimensionality%20Explorer%20for%20Single-Cell%20Analysis.pdf?_t=1680489193\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/method2_v2.png?_t=1680488783\",\n\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/_SPIE__Multi_scale_Contrastive_Learning_with_Attention.pdf?_t=1680488395\",\n\"Multi-Scale Contrastive Learning with Attention for Histopathology Image Classification\",\n\"Histopathology Biomedical_Imaging\",\n\"2023\",\n\"Jing Wei Tan, Khoa Tuan Nguyen, Kyoungbun Lee, Won-Ki Jeong\",\n\"SPIE Journal of Medical Imaging 2023\");\n<\/script>\n[<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/_SPIE__Multi_scale_Contrastive_Learning_with_Attention.pdf?_t=1680488395\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/isbi_msh.png?_t=1680666878\",\n\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/ISBI23_paper_msh.pdf?_t=1680668180\",\n\"CGAM: Click-Guided Attention Module for Interactive Pathology Image Segmentation via Backpropagating Refinement\",\n\"Histopathology Deep_Learning\",\n\"2023\",\n\"Seonghui Min, Won-Ki Jeong\",\n\"2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI)\");\n<\/script>\n[<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/ISBI23_paper_msh.pdf?_t=1680668180\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/ISBI_ISCL.png?_t=1688454280\",\n\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/_ISBI2023_Switchable_ISCL_jsm.pdf\",\n\"Undersampled MRI Reconstruction using Switchable Interdependent Self-Cooperative Learning without Paired Training Data\",\n\"Biomedical_Imaging Image_Processing Deep_Learning\",\n\"2023\",\n\"Suemin Jeon, Kanggeun Lee, Won-Ki Jeong\",\n\"2023 IEEE 20th International Symposium on Biomedical Imaging (ISBI)\");\n<\/script>\n[<a href=\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/pdf\/_ISBI2023_Switchable_ISCL_jsm.pdf\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/mitovis_cover.png\",\n\"https:\/\/doi.org\/10.1109\/TVCG.2022.3233548\",\n\"MitoVis: A Unified Visual Analytics System for End-to-End Neuronal Mitochondria Analysis\",\n\"Visual_Analytics Biomedical_Visualization Deep_Learning\",\n\"2023\",\n\"JunYoung Choi; Hyun-Jic Oh; Hakjun Lee; Suyeon Kim; Seok-Kyu Kwon; Won-Ki Jeong\",\n\"IEEE Transactions on Visualization and Computer Graphics\");\n<\/script>\n[<a href=\"https:\/\/doi.org\/10.1109\/TVCG.2022.3233548\">Paper<\/a>][<a href=\"https:\/\/doi.org\/10.1109\/TVCG.2022.3233548\/mm1\">Video<\/a>][<a href=\"https:\/\/sites.google.com\/view\/mitovis\">Site<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/biomolecular_cover.png?_t=1673274377\",\n\"https:\/\/www.nature.com\/articles\/s12276-022-00918-6\",\n\"Biomolecular condensate assembly of nArgBP2 tunes its functionality to manifest the structural plasticity of dendritic spines\",\n\"Bioinformatics\",\n\"2023\",\n\"Eunji Cho, Sang-Eun Lee, Unghwi Lee, Yuna Goh, Seonyoung Jeong, Junyoung Choi, Won-Ki Jeong & Sunghoe Chang\",\n\"Experimental & Molecular Medicine\");\n<\/script>\n[<a href=\"https:\/\/www.nature.com\/articles\/s12276-022-00918-6\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2022\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/lee2022ramp.PNG?_t=1670910966\",\n\"https:\/\/academic.oup.com\/bib\/advance-article\/doi\/10.1093\/bib\/bbac504\/6865135\",\n\"RAMP: response-aware multi-task learning with contrastive regularization for cancer drug response prediction\",\n\"Deep_Learning Bioinformatics\",\n\"2022\",\n\"Kanggeun Lee, Dongbin Cho, Jinho Jang, Kang Choi, Hyoung-oh Jeong, Jiwon Seo, Won-Ki Jeong, Semin Lee\",\n\"Briefings in Bioinformatics\");\n<\/script>\n[<a href=\"https:\/\/academic.oup.com\/bib\/advance-article\/doi\/10.1093\/bib\/bbac504\/6865135\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/chae2022virtual.png?_t=1670842132\",\n\"https:\/\/dl.acm.org\/doi\/abs\/10.1145\/3562939.3565615\",\n\"Virtual Air Conditioner\u2019s Airflow Simulation and Visualization in AR\",\n\"VR\/AR\",\n\"2022\",\n\"Joohwan Chae , Donghan Kim , Wooseok Jeong , Eunchan Jo , Won-Ki Jeong , JunYoung Choi , Seung-wook Kim , Myoung Gon Kim , Jae-Won Lee , Hyechan Lee , JungHyun Han\",\n\"VRST '22: Proceedings of the 28th ACM Symposium on Virtual Reality Software and Technology\");\n<\/script>\n[<a href=\"https:\/\/dl.acm.org\/doi\/abs\/10.1145\/3562939.3565615\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/dxplorer_web_teaser.jpg\",\n\"https:\/\/hvcl.korea.ac.kr\/?page_id=4999\",\n\"DXplorer: A Unified Visualization Framework for Interactive Dendritic Spine Analysis using 3D Morphological Features\"\n,\"Visual_Analytics Biomedical_Visualization\"\n,\"2022\",\n\"JunYoung Choi; Sang-Eun Lee; YeIn Lee; Eunji Cho; Sunghoe Chang; Won-Ki Jeong\",\n\"IEEE Transactions on Visualization and Computer Graphics\");\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9555234\">Paper<\/a>][<a href=\"https:\/\/github.com\/hvcl\/SpineAnalysis_public\">Code<\/a>][<a href=\"https:\/\/doi.org\/10.1109\/TVCG.2021.3116656\/mm1\">Video<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/mitovis_teaser.png\",\n\"https:\/\/sites.google.com\/view\/mitovis\",\n\"MitoVis: A Unified Visual Analytics System for End-to-End Neuronal Mitochondria Analysis\",\n\"Visual_Analytics Biomedical_Visualization Deep_Learning\",\n\"2022\",\n\"JunYoung Choi; Hyun-Jic Oh; Hakjun Lee; Suyeon Kim; Seok-Kyu Kwon; Won-Ki Jeong\",\n\"IEEE VIS Poster\");\n<\/script>\n[<a href=\"https:\/\/sites.google.com\/view\/mitovis\">Site<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/kglee_mdpi_22.jpg\",\n\"https:\/\/www.mdpi.com\/1424-8220\/22\/11\/4255\",\n\"Noise2Kernel: Adaptive Self-Supervised Blind Denoising Using a Dilated Convolutional Kernel Architecture\",\n\"Image_Processing Deep_Learning\",\n\"2022\",\n\"Kanggeun Lee and Won-Ki Jeong\",\n\"Sensors\");\n<\/script>\n[<a href=\"https:\/\/www.mdpi.com\/1424-8220\/22\/11\/4255\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/choi2022holoinset.jpg\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9757540\",\n\"HoloInset: 3D Biomedical Image Data Exploration through Augmented Hologram Insets\",\n\"Biomedical_Visualization VR\/AR\",\n\"2022\",\n\"JunYoung Choi; HaeJin Jeong; Won-Ki Jeong\",\n\"2022 IEEE Conference on Virtual Reality and 3D User Interfaces Abstracts and Workshops (VRW)\");\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9757540\">Paper<\/a>][<a href=\"https:\/\/www.youtube.com\/watch?v=g1FrGxDQrAQ\">Video<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/sisc21.PNG\",\n\"https:\/\/epubs.siam.org\/doi\/abs\/10.1137\/21M1414644\",\n\"MG-FIM: A Multi-GPU FIM using Adaptive Domain Decomposition\",\"Parallel_Computing\/GPGPU\",\n\"2022\",\n\"Sumin Hong, Ganghee Jang, and Won-Ki Jeong\",\n\"SIAM Journal on Scientific Computing\");\n<\/script>\n[<a href=\"https:\/\/epubs.siam.org\/doi\/abs\/10.1137\/21M1414644\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/hj_isbi22.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9761608\",\n\"Scribble-supervised Cell Segmentation Using Multiscale Contrastive Regularization\",\n\"Image_Processing Deep_Learning\",\n\"2022\",\n\"Hyun-Jic Oh; Kanggeun Lee; Won-Ki Jeong\",\n\"2022 IEEE 19th International Symposium on Biomedical Imaging (ISBI)\");\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9761608\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2021\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/jun_kcgs21.jpg\",\n\"https:\/\/doi.org\/10.15701\/kcgs.2021.27.4.1\",\n\"Neuron Tracing-and Deep Learning-guided Interactive Proofreading for Neuron Structure Segmentation\",\"Biomedical_Visualization Deep_Learning\",\"2021\",\n\"JunYoung Choi and Won-Ki Jeong\", \"Journal of the Korea Computer Graphics Society\")\n<\/script>\n[<a href=\"https:\/\/doi.org\/10.15701\/kcgs.2021.27.4.1\">Paper<\/a>]<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/iscl.jpg\",\n\"https:\/\/ieeexplore.ieee.org\/document\/9478781\",\n\"ISCL: Interdependent Self-Cooperative Learning for Unpaired Image Denoising\",\"Image_Processing Deep_Learning\",\"2021\"\n,\"Kanggeun Lee and Won-ki Jeong\",\"IEEE Transactions on Medical Imaging\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/stamp\/stamp.jsp?arnumber=9478781\">Paper<\/a>]<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/bmc21.JPG\",\n\"https:\/\/bmcmedinformdecismak.biomedcentral.com\/articles\/10.1186\/s12911-021-01466-1\",\n\"Development and operation of a digital platform for sharing pathology image data\",\"Histopathology\",\"2021\",\n\"Yunsook Kang, Yoo Jung Kim, Seongkeun Park, Gun Ro, Choyeon Hong, Hyungjoon Jang, Sungduk Cho, Won Jae Hong, Dong Un Kang, Jonghoon Chun, Kyoungbun Lee, Gyeong Hoon Kang, Kyoung Chul Moon, Gheeyoung Choe, Kyu Sang Lee, Jeong Hwan Park, Won-Ki Jeong, Se Young Chun, Peom Park & Jinwook Choi\",\"BMC Medical Informatics and Decision Making\")\n<\/script>\n[<a href=\"https:\/\/bmcmedinformdecismak.biomedcentral.com\/articles\/10.1186\/s12911-021-01466-1\">Paper<\/a>]<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/choi_access21.JPG\",\n\"https:\/\/hvcl.korea.ac.kr\/?page_id=5523\",\n\"ZeVis: A Visual Analytics System for Exploration of a Larval Zebrafish Brain in Serial-Section Electron Microscopy Images\",\"Visual_Analytics Connectomics\",\"2021\",\"Junyoung Choi, David Grant Colburn Hildebrand, Jungmin Moon, Tran Minh Quan, Tran Anh Tuan, Sungahn Ko, and Won-Ki Jeong\",\"IEEE Access\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/document\/9440958\">Paper<\/a>][<a href=\"https:\/\/github.com\/hvcl\/ZeVisProject-public\">Code<\/a>][<a href=\"https:\/\/ieeexplore.ieee.org\/ielx7\/6287639\/9312710\/9440958\/graphical_abstract\/access-gavideo-3084066.mp4\">Video<\/a>]<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/scientific_repo_21.jpg\",\n\"https:\/\/www.nature.com\/articles\/s41598-021-95063-x\",\n\"Quantitative three-dimensional image analysis of the superior canal after surgical plugging to treat superior semicircular canal dehiscence\",\"Biomedical_Visualization\",\"2021\",\"Sang-Yeon Lee, Yein Lee, JunYoung Choi, Yun Jung Bae, MinJu Kim, Jae-Jin Song, Byung Yoon Choi, Won-Ki Jeong & Ja-Won Koo\", \"Open Access\")\n<\/script>\n[<a href=\"https:\/\/www.nature.com\/articles\/s41598-021-95063-x\">Paper<\/a>]<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/anh.jpg\",\n\"https:\/\/openaccess.thecvf.com\/content\/CVPR2021\/html\/Tuan_ColorRL_Reinforced_Coloring_for_End-to-End_Instance_Segmentation_CVPR_2021_paper.html\",\n\"ColorRL: Reinforced Coloring for End-to-End Instance Segmentation\",\"Image_Processing Deep_Learning\",\"2021\",\"Tran Anh Tuan, Nguyen Tuan Khoa, Tran Minh Quan, Won-Ki Jeong\",\"IEEE\/CVF Conference on Computer Vision and Pattern Recognition (CVPR)\")\n<\/script>\n[<a href=\"https:\/\/openaccess.thecvf.com\/content\/CVPR2021\/html\/Tuan_ColorRL_Reinforced_Coloring_for_End-to-End_Instance_Segmentation_CVPR_2021_paper.html\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/wei.jpg\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9434095\",\n\"Improving the Accuracy of Intrahepatic Cholangiocarcinoma Subtype Classification by Hidden Class Detection via Label Smoothing\",\"Histopathology Image_Processing Deep_Learning\",\"2021\",\"Jing Wei Tan; Kanggeun Lee; Kyoungbun Lee; Won-Ki Jeong\",\"2021 IEEE 18th International Symposium on Biomedical Imaging (podium presentation, ISBI 2021)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9434095\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/Representative Image2.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9434105\",\n\"DeepScribble: Interactive Pathology Image Segmentation Using Deep Neural Networks with Scribbles\",\"Histopathology Deep_Learning\",\"2021\",\"Sungduk Cho; Hyungjoon Jang; Jing Wei Tan; Won-Ki Jeong\",\"2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI 2021)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9434105\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/chan.jpg\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9434102\",\n\"Neuron Segmentation using Incomplete and Noisy Labels via Adaptive Learning with Structure Priors\",\"Image_Processing Deep_Learning\",\"2021\",\"Chanmin Park; Kanggeun Lee; Su Yeon Kim; Fatma Sema Canbakis Cecen; Seok-Kyu Kwon; Won-Ki Jeong\",\"2021 IEEE 18th International Symposium on Biomedical Imaging (ISBI 2021)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9434102\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/1-s2.0-S1361841521000414-fx1.jpg\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1361841521000414\",\n\"DeepHCS++: Bright-field to fluorescence microscopy image conversion using multi-task learning with adversarial losses for label-free high-content screening\",\"Biomedical_Imaging Deep_Learning\",\"2021\",\"Gyuhyun Lee, Jeong-Woo Oh, Nam-Gu Her , Won-Ki Jeong\", \"Medical Image Analysis\")\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1361841521000414?dgcid=author&#038;fbclid=IwAR3H9cm0-VP6LjXjFJ_hfvhLh_IkdKBouFvXojYpLHj6GWm5OcinFXXy5h0\">Paper<\/a>]<\/div><\/div>\n<script>\n    writeYear(\"2020\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/mdpi_2020.jpg\",\n\"https:\/\/www.mdpi.com\/2073-4441\/12\/10\/2912\",\n\"Assessment of the Impact of Sand Mining on Bottom Morphology in the Mekong River in An Giang Province, Vietnam, Using a Hydro-Morphological Model with GPU Computing\",\"Parallel_Computing\/GPGPU\",\n\"2020\",\n\"Tran Thi Kim, Nguyen Thi Mai Huong, Nguyen Dam Quoc Huy, Pham Anh Tai, Sumin Hong, Tran Minh Quan, Nguyen Thi Bay, Won-Ki Jeong and Nguyen Ky Phung\",\n\"Water\")\n<\/script>\n[<a href=\"https:\/\/www.mdpi.com\/2073-4441\/12\/10\/2912\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2020\/10\/paip_2019.jpg\",\n\"https:\/\/doi.org\/10.1016\/j.media.2020.101854\",\n\"PAIP 2019: Liver Cancer Segmentation Challenge\",\"Histopathology Image_Processing Deep_Learning\",\n\"2020\",\n\"Kim, Yoo Jung, Hyungjoon Jang, Kyoungbun Lee, Seongkeun Park, Sung-Gyu Min, Choyeon Hong, Jeong Hwan Park et al.\",\n\"Medical Image Analysis\")\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1361841520302188?via%3Dihub\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/hslee_miccai_2020.png\",\n\"https:\/\/doi.org\/10.1007\/978-3-030-59710-8_2\",\n\"Scribble2Label: Scribble-Supervised Cell Segmentation via Self-Generating Pseudo-Labels with Consistency\",\"Image_Processing Deep_Learning\",\"2020\",\n\"Hyeonsoo Lee, and Won-Ki Jeong\",\n\"Medical Image Computing and Computer Assisted Intervention\u2013MICCAI 2020: 23rd International Conference\")\n<\/script>\n[<a href=\"https:\/\/arxiv.org\/pdf\/2006.12890.pdf\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2020\/06\/smhong_tvcg_2020.png\",\n\"https:\/\/hvcl.korea.ac.kr\/?p=1752\",\n\"Distributed Interactive Visualization using GPU-Optimized Spark\",\"Parallel_Computing\/GPGPU Scientific_Visualization\",\"2020\",\n\"Sumin Hong, Junyoung Choi, and Won-Ki Jeong\",\n\"IEEE Transactions on Visualization and Computer Graphics\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9079657\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2019\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2019\/12\/quantm_lci_2019.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9022346\",\n\"Removing Imaging Artifacts in Electron Microscopy using an Asymmetrically Cyclic Adversarial Network without Paired Training Data\",\"Image_Processing Deep_Learning\",\"2019\",\"Tran Minh Quan; David Grant Colburn Hildebrand; Kanggeun Lee; Logan A. Thomas; Aaron T. Kuan; Wei-Chung Allen Lee; Won-Ki Jeong\",\"Proceedings of the IEEE International Conference on Computer Vision Workshops\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/9022346\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2019\/11\/kglee_2019.png\",\n\"https:\/\/www.nature.com\/articles\/s41598-019-53034-3\",\n\"CPEM: Accurate cancer type classification based on somatic alterations using an ensemble of a random forest and a deep neural network\",\"Bioinformatics Deep_Learning\",\"2019\",\"Kanggeun Lee, Hyoung-oh Jeong, Semin Lee & Won-Ki Jeong\", \"Scientific Reports\")\n<\/script>\n[<a href=\"https:\/\/www.nature.com\/articles\/s41598-019-53034-3\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2019\/11\/teaser.jpg\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8933795\",\n\"Interactive Dendritic Spine Analysis Based on 3D Morphological Features\",\"Visual_Analytics\",\"2019\",\"JunYoung Choi; Sang-Eun Lee; Eunji Cho; Yutaro Kashiwagi; Shigeo Okabe; Sunghoe Chang; Won-Ki Jeong\",\"IEEE VIS\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8933795\">Paper<\/a>]<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/jun_cgkorea_20191.jpg\",\n\"https:\/\/koreascience.kr\/article\/JAKO201917550768748.page\",\n\"Gadget Arms: Interactive Data Visualization using Hand Gesture in Extended Reality\",\"VR\/AR Information_Visualization\",\"2019\",\"JunYoung Choi, HaeJin Jeong, Won-Ki Jeong\", \"Journal of the korea Computer Graphics Society\")\n<\/script>\n[<a href=\"https:\/\/koreascience.kr\/article\/JAKO201917550768748.page\">Paper<\/a>]<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/thanh_MIA_2019.png\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1361841519300155\",\n\"Frequency-splitting Dynamic MRI Reconstruction using Multi-scale 3D Convolutional Sparse Coding and Automatic Parameter Selection.\",\"Biomedical_Imaging\",\"2019\",\"Thanh Nguyen-Duc, Tran Minh Quan, Won-Ki Jeong\",\"Medical Image Analysis\")\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1361841519300155\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/thanh_ISBI_2019.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8759290\",\n\"Weakly Supervised Learning in Deformable EM Image Registration using Slice Interpolation\",\"Biomedical_Imaging Deep_Learning\",\"2019\",\"Thanh Nguyen-Duc; Inwan Yoo; Logan Thomas; Aaron Kuan; Wei-chung Lee; Won-Ki Jeong\",\" 2019 IEEE 16th International Symposium Biomedical Imaging (ISBI 2019)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8759290\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/teasersize1.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8440858\",\n\"DXR: A Toolkit for Building Immersive Data Visualizations\",\"VR\/AR Information_Visualization\",\"2019\",\"Ronell Sicat; Jiabao Li; Junyoung Choi; Maxime Cordeil; Won-Ki Jeong; Benjamin Bach; Hanspeter Pfister\",\"IEEE Transactions on Visualization & Computer Graphics\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8440858\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2018\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/quan_ismrm_2018_3370.png\",\n\"http:\/\/archive.ismrm.org\/2018\/3370.html\",\n\"Compressed Sensing MRI Reconstruction using Generative Adversarial Networks with Cyclic Loss\",\"Biomedical_Imaging\",\"2018\",\n\"Tran Minh Quan; Thanh Nguyen-Duc; Won-Ki Jeong\", \"IEEE Transactions on Medical Imaging\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8327637\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/jychoi_graphics.png\",\n\"https:\/\/koreascience.kr\/article\/JAKO201817840890541.page\",\n\"Improvement Depth Perception of Volume Rendering using Virtual Reality\",\"VR\/AR Scientific_Visualization\",\"2018\",\n\"JunYoung Choi, HaeJin Jeong, Won-ki Jeong\",\n\"Journal of the Korea Computer Graphics Society.\")\n<\/script>\n[<a href=\"https:\/\/doi.org\/10.15701\/kcgs.2018.24.2.29\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/1.png\",\n\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-030-00934-2_38\",\n\"DeepHCS: Bright-Field to Fluorescence Microscopy Image Conversion Using Deep Learning for Label-Free High-Content Screening\",\"Biomedical_Imaging Deep_Learning\",\"2018\",\n\"Gyuhyun Lee, Jeong-Woo Oh, Mi-Sun Kang, Nam-Gu Her, Myoung-Hee Kim & Won-Ki Jeong\", \n\"Medical Image Computing and Computer Assisted Intervention \u2013 MICCAI 2018\")\n<\/script>\n[<a href=\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-030-00934-2_38\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/quan_2018_refinegan.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8327637\",\n\"Compressed Sensing MRI Reconstruction Using a Generative Adversarial Network With a Cyclic Loss\",\"Biomedical_Imaging\",\"2018\",\n\"Tran Minh Quan; Thanh Nguyen-Duc; Won-Ki Jeong\",\"IEEE Transactions on Medical Imaging\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8327637\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/thanh_image2.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8363586\",\n\"Compressed sensing dynamic MRI reconstruction using multi-scale 3D convolutional sparse coding with elastic net regularization\",\"Biomedical_Imaging\",\"2018\",\n\"Thanh Nguyen-Duc; Won-Ki Jeong\",\"2018 IEEE 15th International Symposium on Biomedical Imaging (ISBI 2018)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8363586\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2017\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/teasor.png\",\n\"https:\/\/hvcl.korea.ac.kr\/?page_id=4986\",\n\"Probabilistic Volume Rendering using Hierarchical 3D Convolutional Sparse Coding\",\"Scientific_Visualization\",\"2017\",\n\"JunYoung Choi, Tran Minh Quan, Haejin Jeong, Won-Ki Jeong\",\"the Korea Computer Graphics Society\")\n<\/script>\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/uploads\/2013\/08\/image-1.png\",\n\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-319-67558-9_29\",\n\"ssEMnet: Serial-Section Electron Microscopy Image Registration Using a Spatial Transformer Network with Learned Features\",\"Biomedical_Imaging Deep_Learning\",\"2017\",\n\"Inwan Yoo, David G. C. Hildebrand, Willie F. Tobin, Wei-Chung Allen Lee & Won-Ki Jeong\",\n\"Deep Learning in Medical Image Analysis and Multimodal Learning for Clinical Decision Support: Third International Workshop, DLMIA 2017, and 7th International Workshop, ML-CDS 2017, Held in Conjunction with MICCAI 2017\")\n<\/script>\n[<a href=\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-319-67558-9_29\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/ghlee_2017_kcc.png\",\n\"https:\/\/www.dbpia.co.kr\/pdf\/pdfView?nodeId=NODE07207358\",\n\"t-SNE based Clustering Analysis for Drug Response Measurement of Glioblastoma\",\"Bioinformatics\",\"2017\",\n\"Sungmin Lee, Minsuk Choi, Jangho Lee, GyuHyun Lee, Won-Ki Jeong, Sungroh Yoon\",\n\"the Korea Computer Graphics Society\")\n<\/script>\n[<a href=\"https:\/\/www.dbpia.co.kr\/pdf\/pdfView.do?nodeId=NODE07207358&#038;googleIPSandBox=false&#038;mark=0&#038;useDate=&#038;ipRange=false&#038;accessgl=Y&#038;language=ko_KR&#038;hasTopBanner=true\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/quan_jun_haejin_vis_2017.png\",\n\"https:\/\/hvcl.korea.ac.kr\/?page_id=4986\",\n\"An Intelligent System Approach for Robust Volume Rendering using Hierarchical 3D Convolutional Sparse Coding\",\"Scientific_Visualization\",\"2017\",\n\"Tran Minh Quan; Junyoung Choi; Haejin Jeong; Won-Ki Jeong\",\n\"IEEE Transactions on Visualization and Computer Graphics (IEEE VIS 2017)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/8019819\">Paper<\/a>]\n[<a href=\"https:\/\/player.vimeo.com\/video\/230835524\">Video<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/hong_ccgrid_2017.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7973686\",\n\"GPU in-memory processing using Spark for iterative computation\",\"Parallel_Computing\/GPGPU\",\"2017\",\n\"Sumin Hong; Woohyuk Choi; Won-Ki Jeong\",\n\"2017 17th IEEE\/ACM International Symposium on Cluster, Cloud and Grid Computing (CCGRID)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7973686\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/hildebrand_nature_2017.png\",\n\"https:\/\/www.nature.com\/articles\/nature22356\",\n\"Whole-brain serial-section electron microscopy in larval zebrafish\",\"Connectomics\",\"2017\",\"David Grant Colburn Hildebrand, Marcelo Cicconet, Russel Miguel Torres, Woohyuk Choi, Tran Minh Quan, Jungmin Moon, Arthur Willis Wetzel, Andrew Scott Champion, Brett Jesse Graham, Owen Randlett, George Scott Plummer, Ruben Portugues, Isaac Henry Bianco, Stephan Saalfeld, Alexander David Baden, Kunal Lillaney, Randal Burns, Joshua Tzvi Vogelstein, Alexander Franz Schier, Wei-Chung Allen Lee, Won-Ki Jeong, Jeff William Lichtman & Florian Engert\",\"Nature\")\n<\/script>\n[<a href=\"https:\/\/www.nature.com\/articles\/nature22356\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/hong_group_2016.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7469401\",\n\"A Group-Ordered Fast Iterative Method for Eikonal Equations\",\"Parallel_Computing\/GPGPU\",\"2017\",\n\"Sumin Hong; Won-Ki Jeong\",\n\"IEEE Transactions on Parallel and Distributed Systems\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7469401\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2016\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/woohyuk_vispark.png\",\n\"https:\/\/epubs.siam.org\/doi\/abs\/10.1137\/15M1026407\",\n\"Vispark: GPU-Accelerated Distributed Visual Computing Using Spark\",\"Parallel_Computing\/GPGPU\",\"2016\",\n\"Woohyuk Choi, Sumin Hong, and Won-Ki Jeong\",\n\"SIAM Journal on Scientific Computing\")\n<\/script>\n[<a href=\"https:\/\/epubs.siam.org\/doi\/abs\/10.1137\/15M1026407\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/ghlee_2016_DualDictionary.png\",\n\"https:\/\/www.dbpia.co.kr\/pdf\/pdfView.do?nodeId=NODE06749184&mark=0&useDate=&ipRange=N&accessgl=Y&language=ko_KR&hasTopBanner=true\",\n\"\uba85\uc2dc\uc57c \ud604\ubbf8\uacbd \uc601\uc0c1\uc5d0\uc11c\uc758 \uc138\ud3ec \ubd84\ud560\uc744\uc704\ud55c \uc774\uc911 \uc0ac\uc804 \ud559\uc2b5 \uae30\ubc95\",\"Image_Processing\",\"2016\",\n\"Gyuhyun Lee, Tran Minh Quan, Won-Ki Jeong\")\n<\/script>\n[<a href=\"https:\/\/www.dbpia.co.kr\/pdf\/pdfView.do?nodeId=NODE06749184&#038;googleIPSandBox=false&#038;mark=0&#038;useDate=&#038;ipRange=false&#038;accessgl=Y&#038;language=ko_KR&#038;hasTopBanner=true\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/quan_compressed3d_2016.png\",\n\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-319-46726-9_56\",\n\" Compressed Sensing Dynamic MRI Reconstruction Using GPU-accelerated 3D Convolutional Sparse Coding\",\"Biomedical_Imaging\",\"2016\",\n\"Tran Minh Quan & Won-Ki Jeong\",\"Medical Image Computing and Computer-Assisted Intervention - MICCAI 2016\")\n<\/script>\n[<a href=\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-319-46726-9_56\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/hong_multifim_2016.png\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1877050916306676\",\n\"A Multi-GPU Fast Iterative Method for Eikonal Equations Using On-the-fly Adaptive Domain Decomposition.\",\"Parallel_Computing\/GPGPU\",\"2016\",\n\"Sumin Hong, Won-Ki Jeong\",\"ICCS 2016. The International Conference on Computational Science\")\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1877050916306676\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/quan_fast_2016.png\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1877050916306676\",\n\"A Fast Discrete Wavelet Transform Using Hybrid Parallelism on GPUs\",\"Parallel_Computing\/GPGPU\",\"2016\",\n\"Tran Minh Quan; Won-Ki Jeong\",\"IEEE Transactions on Parallel and Distributed Systems\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7422119\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/quan_compressed_2016.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7493321\",\n\"Compressed sensing reconstruction of dynamic contrast enhanced MRI using GPU-accelerated convolutional sparse coding\",\"Biomedical_Imaging\",\"2016\",\n\"Tran Minh Quan; Won-Ki Jeong\",\"2016 IEEE 13th International Symposium on Biomedical Imaging (ISBI)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7493321\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2015\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/kim_exploiting_2014.PNG\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/6876171\",\n\"Exploiting Massive Parallelism for Indexing Multi-Dimensional Datasets on the GPU\",\"Parallel_Computing\/GPGPU\",\"2015\",\n\"Jinwoong Kim; Won-Ki Jeong; Beomseok Nam\",\n\"IEEE Transactions on Parallel and Distributed Systems\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/6876171\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/quan_multi_2015.png\",\n\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-319-24574-4_58\",\n\"Multi-GPU Reconstruction of Dynamic Compressed Sensing MRI\",\"Parallel_Computing\/GPGPU Biomedical_Imaging\",\"2015\",\n\"Tran Minh Quan, Sohyun Han, Hyungjoon Cho & Won-Ki Jeong\",\n\"Medical Image Computing and Computer-Assisted Intervention \u2013 MICCAI 2015\")\n<\/script>\n[<a href=\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-319-24574-4_58\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2014\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/choi_vivaldi_2014.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/6875916\/\",\n\"Vivaldi: A Domain-Specific Language for Volume Processing and Visualization on Distributed Heterogeneous Systems\",\"Parallel_Computing\/GPGPU\",\"2014\",\n\"Hyungsuk Choi; Woohyuk Choi; Tran Minh Quan; David G. C. Hildebrand; Hanspeter Pfister; Won-Ki Jeong\",\n\"IEEE Transactions on Visualization and Computer Graphics\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/6875916\/\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/Quan%20et%20al.%20-%202014%20-%20A%20fast%20mixed-band%20lifting%20wavelet%20transform%20on%20the%20GPU.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7025247\",\n\"A Fast Mixed-Band Lifting Wavelet Transform on the GPU\",\"Parallel_Computing\/GPGPU\",\"2014\",\n\"Tran Minh Quan; Won-Ki Jeong\",\n\"2014 IEEE International Conference on Image Processing (ICIP)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/7025247\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2013\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/Beyer%20et%20al.%20-%202013%20-Exploring%20the%20Connectome%20Petascale%20Volume%20Visualization%20of%20Microscopy%20Data%20Streams.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/6562713\",\n\"Exploring the Connectome: Petascale Volume Visualization of Microscopy Data Streams\",\"Connectomics Scientific_Visualization\",\"2013\",\n\"Johanna Beyer; Markus Hadwiger; Ali Al-Awami; Won-Ki Jeong; Narayanan Kasthuri; Jeff W. Lichtman; Hanspeter Pfister\",\n\"IEEE Computer Graphics and Applications\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/6562713\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/Jeong%20et%20al.%20-%202013%20-%20A%20Collaborative%20Digital%20Pathology%20System%20for%20MultiTouch%20Mobile%20and%20Desktop%20Computing%20Platforms.png\",\n\"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1111\/cgf.12137\",\n\"A Collaborative Digital Pathology System for Multi-Touch Mobile and Desktop Computing Platforms\",\"Histopathology Scientific_Visualization\",\"2013\",\n\"W. Jeong, J. Schneider, A. Hansen, M. Lee, S. G. Turney, B. E. Faulkner-Jones, J. L. Hecht, R. Najarian, E. Yee, J. W. Lichtman, H. Pfister\",\n\"Computer Graphics Forum\")\n<\/script>\n[<a href=\"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1111\/cgf.12137\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2012\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/Hadwiger%20et%20al.%20-%202012%20-%20Interactive%20Volume%20Exploration%20of%20Petascale%20Micros.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/6327233\",\n\"Interactive Volume Exploration of Petascale Microscopy Data Streams Using a Visualization-Driven Virtual Memory Approach\",\"Scientific_Visualization\",\"2012\",\n\"Markus Hadwiger; Johanna Beyer; Won-Ki Jeong; Hanspeter Pfister\",\n\"IEEE Transactions on Visualization and Computer Graphics\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/6327233\">Paper<\/a>]\n<\/div><\/div>\n<script>\n    writeYear(\"2011\");\n<\/script>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/journal\/Fu%20et%20al.%20-%202011%20-%20A%20Fast%20Iterative%20Method%20for%20Solving%20the%20Eikonal%20Eq.PNG\",\n\"https:\/\/epubs.siam.org\/doi\/abs\/10.1137\/100788951\",\n\"A Fast Iterative Method for Solving the Eikonal Equation on Triangulated Surfaces\",\"Parallel_Computing\/GPGPU\",\"2011\",\n\"Zhisong Fu, Won-Ki Jeong, Yongsheng Pan, Robert M. Kirby, and Ross T. Whitaker\",\n\"SIAM Journal on Scientific Computing\")\n<\/script>\n[<a href=\"https:\/\/epubs.siam.org\/doi\/abs\/10.1137\/100788951\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/journal\/Pan%20et%20al.%20-%202011%20-%20Markov%20surfaces%20A%20probabilistic%20framework%20for%20use.png\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1077314211001408\",\n\"Markov surfaces: A probabilistic framework for user-assisted three-dimensional image segmentation\",\"Image_Processing\",\"2011\",\n\"Yongsheng Pan, Won-Ki Jeong, Ross Whitaker\",\n\"Computer Vision and Image Understanding\")\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1077314211001408\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/conference\/Jeong%20et%20al.%20-%202011%20-%20Display-aware%20image%20editing.png\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/5753125\",\n\"Display-aware Image Editing\",\"Image_Processing\",\"2011\",\n\"Won-Ki Jeong; Micah K. Johnson; Insu Yu; Jan Kautz; Hanspeter Pfister; Sylvain Paris\",\n\"2011 IEEE International Conference on Computational Photography (ICCP)\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/5753125\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Roberts%20et%20al.%20-%202011%20-%20Neural%20Process%20Reconstruction%20from%20Sparse%20User%20Scr.PNG\",\n\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-642-23623-5_78\",\n\"Neural process reconstruction from sparse user scribbles\",\"Image_Processing\",\"2011\",\n\"Mike Roberts, Won-Ki Jeong, Amelio V\u00e1zquez-Reina, Markus Unger, Horst Bischof, Jeff Lichtman & Hanspeter Pfister\",\n\"Medical Image Computing and Computer-Assisted Intervention \u2013 MICCAI 2011\")\n<\/script>\n[<a href=\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-642-23623-5_78\">Paper<\/a>]\n<\/div><\/div>\n<hr>\n<hr>\n<button type=\"button\" class=\"collapsible\">\n<h1 style=\"text-align: center;\"><strong>View More (before 2011)<\/strong><\/h1>\n<\/button>\n<div class=\"hidden-content\">\n<h1 style=\"text-align: center;\"><strong>Journal Papers<\/strong><\/h1>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/journal\/Jeong%20et%20al.%20-%202010%20-%20Interactive%20Histology%20of%20Large-Scale%20Biomedical%20Im.png\",\n\"https:\/\/ieeexplore.ieee.org\/document\/5613479\",\n\"Interactive Histology of Large-Scale Biomedical Image Stacks\",\"Image_Processing Histopathology\",\"2010\",\n\"Won-Ki Jeong; Jens Schneider; Stephen Turney; Beverly E Faulkner-Jones; Dominik Meyer; Rudiger Westermann; R. Clay Reid; Jeff Lichtman, Hanspeter Pfister\",\n\"IEEE Transactions on Visualization and Computer Graphics\")\n<\/script>\n[<a href=\"http:\/\/dx.doi.org\/10.1109\/TVCG.2010.168\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/journal\/Jeong%20et%20al.%20-%202010%20-%20Ssecrett%20and%20NeuroTrace%20Interactive%20Visualization.PNG\",\n\"http:\/\/dx.doi.org\/10.1109\/MCG.2010.56\",\n\"Ssecrett and NeuroTrace: Interactive Visualization and Analysis Tools for Large-Scale Neuroscience Data Sets\",\"Connectomics Scientific_Visualization\",\"2010\",\n\"Won-Ki Jeong; Johanna Beyer; Markus Hadwiger; Rusty Blue; Charles Law; Amelio V\u00e1zquez-Reina; R. Clay Reid; Jeff Lichtman; Hanspeter Pfister\",\n\"IEEE Computer Graphics and Applications\")\n<\/script>\n[<a href=\"http:\/\/dx.doi.org\/10.1109\/MCG.2010.56\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/journal\/Jeong%20et%20al.%20-%202009%20-%20Scalable%20and%20Interactive%20Segmentation%20and%20Visualiz.PNG\",\n\"http:\/\/dx.doi.org\/10.1109\/TVCG.2009.178\",\n\"Scalable and Interactive Segmentation and Visualization of Neural Processes in EM Datasets\",\"Connectomics Scientific_Visualization\",\"2009\",\n\"Won-Ki Jeong; Johanna Beyer; Markus Hadwiger; Amelio Vazquez; Hanspeter Pfister; Ross T. Whitaker\",\n\"IEEE Transactions on Visualization and Computer Graphics\")\n<\/script>\n[<a href=\"http:\/\/dx.doi.org\/10.1109\/TVCG.2009.178\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/journal\/Seong%20et%20al.%20-%202009%20-%20Curvature-based%20anisotropic%20geodesic%20distance%20comp.PNG\",\n\"http:\/\/link.springer.com\/article\/10.1007\/s00371-009-0362-0\",\n\"Curvature-based anisotropic geodesic distance computation for parametric and implicit surfaces\",\"Image_Processing Scientific_Visualization\",\"2009\",\n\"Joon-Kyung Seong, Won-Ki Jeong & Elaine Cohen\",\n\"The Visual Computer\")\n<\/script>\n[<a href=\"http:\/\/link.springer.com\/article\/10.1007\/s00371-009-0362-0\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/journal\/Jeong%20and%20Whitaker%20-%202008%20-%20A%20Fast%20Iterative%20Method%20for%20Eikonal%20Equations.PNG\",\n\"http:\/\/dx.doi.org\/10.1137\/060670298\",\n\"A Fast Iterative Method for Eikonal Equations\",\"Parallel_Computing\/GPGPU\",\"2008\",\n\"Won-Ki Jeong and Ross T. Whitaker\",\n\"SIAM Journal on Scientific Computing\")\n<\/script>\n[<a href=\"http:\/\/dx.doi.org\/10.1137\/060670298\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/journal\/Jeong%20et%20al.%20-%202007%20-%20Interactive%20Visualization%20of%20Volumetric%20White%20Matt.png\",\n\"http:\/\/dx.doi.org\/10.1109\/TVCG.2007.70571\",\n\"Interactive Visualization of Volumetric White Matter Connectivity in DT-MRI Using a Parallel-Hardware Hamilton-Jacobi Solver\",\"Parallel_Computing\/GPGPU Scientific_Visualization\",\"2007\",\n\"Won-Ki Jeong; P. Thomas Fletcher; Ran Tao; Ross Whitaker\",\n\"IEEE Transactions on Visualization and Computer Graphics\")\n<\/script>\n[<a href=\"http:\/\/dx.doi.org\/10.1109\/TVCG.2007.70571\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/journal\/Jeong%20and%20Kim%20-%202001%20-%20Direct%20reconstruction%20of%20displaced%20subdivision%20sur.PNG\",\n\"http:\/\/www.sciencedirect.com\/science\/article\/pii\/S1524070302905722\",\n\"Direct Reconstruction of a Displaced Subdivision Surface from Unorganized Points\",\"Scientific_Visualization\",\"2007\",\n\"Won-Ki Jeong and Chang-Hun Kim\",\n\"Graphical Models\")\n<\/script>\n[<a href=\"http:\/\/www.sciencedirect.com\/science\/article\/pii\/S1524070302905722\">Paper<\/a>]\n<\/div><\/div>\n<h1 style=\"text-align: center;\"><strong>Peer Reviewed Conference Papers<\/strong><\/h1>\n<div>\n<hr>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/papercite-data\/images\/markov_surface.png?_t=1684331754\",\"https:\/\/backend.orbit.dtu.dk\/ws\/portalfiles\/portal\/60117884\/Probabilistic_Models_For_Medical_Image_Analysis.pdf#page=64\",\n\"Markov Surfaces: A Probabilistic Framework for User-Assisted Three-Dimensional Image Segmentation\",\"\",\"2009\",\n\"Pan, Yongsheng and Jeong, Won-Ki and Whitaker, Ross T.\",\n\"Probabilistic Models For Medical Image Analysis (MICCAI'09)\")\n<\/script>\n[<a href=\"https:\/\/backend.orbit.dtu.dk\/ws\/portalfiles\/portal\/60117884\/Probabilistic_Models_For_Medical_Image_Analysis.pdf#page=64\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Seong%20et%20al.%20-%202008%20-%20Anisotropic%20geodesic%20distance%20computation%20for%20para.PNG\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/4547968\",\n\"Anisotropic geodesic distance computation for parametric surfaces\",\"\",\"2008\",\n\"Seong, Joon-Kyung and Jeong, Won-Ki and Cohen, Elaine\",\n\"IEEE International Conference on Shape Modeling and Applications (SMI) \")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/4547968\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Fletcher%20et%20al.%20-%202007%20-%20A%20Volumetric%20Approach%20to%20Quantifying%20Region-to-Reg.PNG\",\n\"http:\/\/dl.acm.org\/citation.cfm?id=1770424.1770457\",\n\"A volumetric approach to quantifying region-to-region white matter connectivity in diffusion tensor MRI\",\"\",\"2007\",\n\"Fletcher, P. Thomas and Tao, Ran and Jeong, Won-Ki and Whitaker, Ross T.\",\n\"Proceedings of the 20th international conference on Information processing in medical imaging (IPMI'07)\")\n<\/script>\n[<a href=\"http:\/\/dl.acm.org\/citation.cfm?id=1770424.1770457\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Jeong%20et%20al.%20-%202006%20-%20Interactive%203D%20seismic%20fault%20detection%20on%20the%20Grap.PNG\",\n\"https:\/\/diglib.eg.org\/handle\/10.2312\/VG.VG06.111-118\",\n\"Interactive 3D seismic fault detection on the Graphics Hardware\",\"\",\"2006\",\n\"Jeong, Won-Ki and Whitaker, Ross and Dobin, Mark\",\n\"Proceedings of International Workshop on Volume Graphics\")\n<\/script>\n[<a href=\"https:\/\/diglib.eg.org\/xmlui\/bitstream\/handle\/10.2312\/VG.VG06.111-118\/111-118.pdf?sequence=1\">Paper<\/a>]\n<\/div><\/div>\n<br \/>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Ivrissimtzis%20et%20al.%20-%202005%20-%20Surface%20Reconstruction%20Based%20on%20Neural%20Meshes.PNG\",\n\"http:\/\/cg.postech.ac.kr\/papers\/Surface-reconstruction-based-on-neural-meshes.pdf\",\n\"Surface Reconstruction Based on Neural Meshes\",\"\",\"2005\",\n\"Ivrissimtzis, Ioannis and Jeong, Won-Ki and Whitaker, Ross and Dobin, Mark\",\n\"Proceedings  of Mathematical Methods for Curves and Surfaces\")\n<\/script>\n[<a href=\"http:\/\/cg.postech.ac.kr\/papers\/Surface-reconstruction-based-on-neural-meshes.pdf\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Ivrissimtzis%20et%20al.%20-%202004%20-%20Neural%20mesh%20ensembles.PNG\",\n\"http:\/\/dx.doi.org\/10.1109\/3DPVT.2004.87\",\n\"Neural Mesh Ensembles\",\"\",\"2004\",\n\"Ivrissimtzis, Ioannis and Lee, Yunjin and Lee, Seungyong and Jeong, Won-Ki and Seidel, Hans-Peter\",\n\"Proceedings of the 3D Data Processing, Visualization, and Transmission, 2nd International Symposium (3DPVT'04)\")\n<\/script>\n[<a href=\"http:\/\/dx.doi.org\/10.1109\/3DPVT.2004.87\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Jeong%20et%20al.%20-%202003%20-%20Neural%20meshes%20statistical%20learning%20based%20on%20norma.PNG\",\n\"http:\/\/dl.acm.org\/citation.cfm?id=946250.946985\",\n\"Neural Meshes: Statistical Learning Based on Normals\",\"\",\"2003\",\n\"Jeong, Won-Ki and Ivrissimtzis, Ioannis and Seidel, Hans-Peter\",\n\"Proceedings of the 11th Pacific Conference on Computer Graphics and Applications (PG'03)\")\n<\/script>\n[<a href=\"http:\/\/dl.acm.org\/citation.cfm?id=946250.946985\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Ivrissimtzis%20et%20al.%20-%202003%20-%20Using%20growing%20cell%20structures%20for%20surface%20reconstr.PNG\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/1199604\",\n\"Using growing cell structures for surface reconstruction\",\"\",\"2003\",\n\"Ivrissimtzis, Ioannis and Jeong, Won-Ki and Seidel, Hans-Peter\",\n\"Shape Modeling International\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/1199604\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Jeong%20et%20al.%20-%202002%20-%20Subdivision%20surface%20simplification.PNG\",\n\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/1167907\",\n\"Subdivision surface simplification\",\"\",\"2002\",\n\"Jeong, Won-Ki and Kahler, Kolja and Seidel, Hans-Peter\",\n\"10th Pacific Conference on Computer Graphics and Applications\")\n<\/script>\n[<a href=\"https:\/\/ieeexplore.ieee.org\/abstract\/document\/1167907\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Jeong%20et%20al.%20-%202002%20-%20Automatic%20Generation%20of%20Subdivision%20Surface%20Head%20M.PNG\",\n\"https:\/\/citeseerx.ist.psu.edu\/document?repid=rep1&type=pdf&doi=eb6ead013ff72299f36cfd2211f5e66b8b32e3f7\",\n\"Automatic Generation of Subdivision Surface Head Models from Point Cloud Data\",\"\",\"2002\",\n\"Jeong, Won-Ki and Kahler, Kolja and Haber, J\u00f6rg and Seidel, Hans-peter\",\n\"In Graphics Interface 2002 Conf. Proc\")\n<\/script>\n[<a href=\"https:\/\/citeseerx.ist.psu.edu\/document?repid=rep1&#038;type=pdf&#038;doi=eb6ead013ff72299f36cfd2211f5e66b8b32e3f7\">Paper<\/a>]\n<\/div><\/div>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/conference\/Jeong%20and%20Kim%20-%202001%20-%20Direct%20reconstruction%20of%20displaced%20subdivision%20surface%20-%20conf.PNG\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1524070302905722\",\n\"Direct reconstruction of displaced subdivision surface from unorganized points\",\"\",\"2001\",\n\"Jeong, Won-Ki and Kim, Chang-Hun\",\n\"Ninth Pacific Conference on Computer Graphics and Applications\")\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/S1524070302905722\">Paper<\/a>]\n<\/div><\/div>\n<hr>\n<h1 style=\"text-align: center;\"><strong>Book Chapters<\/strong><\/h1>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/book\/Morgan.Kaufmann.GPU.Computing.Gems.Emerald.Edition.Feb.2011.ISBN.0123849888.pdf.jpg\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/B9780123849885000462\",\n\"Chapter 46: Medical Image Processing using {GPU}-Accelerated ITK image filters\",\"\",\"2011\",\n\"Jeong, Won-Ki and Pfister, Hanspeter and Fatica, Massimiliano\",\n\"NVIDIA GPU Computing Gems Emerald Edition\")\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/B9780123849885000462\">Book Chapter<\/a>]\n<\/div><\/div>\n<br \/>\n<br \/>\n<br \/>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/book\/Morgan.Kaufmann.GPU.Computing.Gems.Emerald.Edition.Feb.2011.ISBN.0123849888.pdf.jpg\",\n\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/B9780123849885000498\",\n\"Chapter49: GPU-accelerated Brain Connectivity Reconstruction and Visualization in Large-Scale Electron Micrographs\",\"\",\"2011\",\n\"Jeong, Won-Ki and Pfister, Hanspeter and Beyer, Johanna and Hadwiger, Markus\",\n\"NVIDIA GPU Computing Gems Emerald Edition\")\n<\/script>\n[<a href=\"https:\/\/www.sciencedirect.com\/science\/article\/pii\/B9780123849885000498\">Book Chapter<\/a>]\n<\/div><\/div>\n<br \/>\n<br \/>\n<hr>\n<h1 style=\"text-align: center;\"><strong>Patents<\/strong><\/h1>\n<script>\nmakePublication(\"https:\/\/hvcl.korea.ac.kr\/wp-content\/publications\/patent\/Fast%20Iterative%20Method%20for%20Processing%20Hamilton-Jacobi%20Equations.png\",\n\"http:\/\/www.patentlens.net\/patentlens\/patent\/WO_2009_059045_A2\/en\/\",\n\"Fast Iterative Method For Processing Hamilton-Jacobi Equations\",\"\",\"2009\",\n\"Jeong, Won-Ki and Whitaker, Ross T.\",\n\"\")\n<\/script>\n[<a href=\"http:\/\/www.patentlens.net\/patentlens\/patent\/WO_2009_059045_A2\/en\/\">Patent<\/a>]\n<\/div><\/div>\n<\/div>\n<\/div>\n<script>\nvar coll = document.getElementsByClassName(\"collapsible\");\nfor (let i = 0; i < coll.length; i++) {\n  coll[i].addEventListener(\"click\", function() {\n    this.classList.toggle(\"active\");\n    var content = this.nextElementSibling;\n    if (content.style.display === \"block\") {\n      content.style.display = \"none\";\n    } else {\n      content.style.display = \"block\";\n    }\n  });\n}\n<\/script>\n<script>\nconst url=new URL(window.location.href);\nconsole.log(url);\nconst urlParams = url.searchParams;\nconsole.log(urlParams );\nconst initial_focused_category=urlParams.get('category');\nconsole.log(initial_focused_category);\nif(initial_focused_category!==null){\n\tconst button_list=document.getElementsByClassName(\"button1\"); \n\tfor(let i=0;i<button_list.length;i++){\n\t\tif(button_list[i].textContent.replace(\/ \/g,'_')===initial_focused_category){\n\t\t\tbutton_list[i].focus();\n\t\t}\n\t}\n}\nInit();\nvar body = document.querySelector(\"body\");\n\/\/body.addEventListener('click', Init);\nhandlePageSize();\n<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Categories [Paper] [Paper] [Paper] [Paper] [Paper][Demo] [Paper] [Paper] [Paper] [Paper][Demo] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper][Poster] [Paper][Poster] [Paper] [Paper] [Paper] [Paper] [Paper][Video][Site] [Paper] [Paper] [Paper] [Paper][Code][Video] [Site] [Paper] [Paper][Video] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper][Code][Video] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] [Paper] <a class=\"read-more\" href=\"https:\/\/hvcl.korea.ac.kr\/?page_id=5770\">Read More<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/hvcl.korea.ac.kr\/index.php?rest_route=\/wp\/v2\/pages\/5770"}],"collection":[{"href":"https:\/\/hvcl.korea.ac.kr\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/hvcl.korea.ac.kr\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/hvcl.korea.ac.kr\/index.php?rest_route=\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/hvcl.korea.ac.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5770"}],"version-history":[{"count":241,"href":"https:\/\/hvcl.korea.ac.kr\/index.php?rest_route=\/wp\/v2\/pages\/5770\/revisions"}],"predecessor-version":[{"id":7838,"href":"https:\/\/hvcl.korea.ac.kr\/index.php?rest_route=\/wp\/v2\/pages\/5770\/revisions\/7838"}],"wp:attachment":[{"href":"https:\/\/hvcl.korea.ac.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5770"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}