{"id":112422,"date":"2026-08-07T19:05:06","date_gmt":"2026-08-07T19:05:06","guid":{"rendered":"https:\/\/www.europesays.com\/korea\/112422\/"},"modified":"2026-08-07T19:05:06","modified_gmt":"2026-08-07T19:05:06","slug":"naver-labs-europe-brings-no-retrain-robot-navigation-to-eccv-2026-with-ten-vision-papers","status":"publish","type":"post","link":"https:\/\/www.europesays.com\/korea\/112422\/","title":{"rendered":"NAVER Labs Europe Brings No-Retrain Robot Navigation to ECCV 2026 with Ten Vision Papers"},"content":{"rendered":"<p>NAVER Labs Europe, the Grenoble, France-based AI and robotics research arm of South Korea&#8217;s internet giant NAVER, will bring ten peer-reviewed papers to the <a href=\"https:\/\/eccv.ecva.net\/Conferences\/2026\" rel=\"nofollow noopener\" target=\"_blank\">European Conference on Computer Vision<\/a> (ECCV 2026), scheduled for September 8\u201312 in Malm\u00f6, Sweden. The lab&#8217;s <a href=\"https:\/\/europe.naverlabs.com\/updates\/eccv\/\" rel=\"nofollow noopener\" target=\"_blank\">official ECCV 2026 announcement<\/a> lists papers spanning 3D scene reconstruction and generation, robot navigation, egocentric video understanding, model distillation and merging, 3D human understanding, and privacy-preserving visual localization \u2014 but the thread connecting them is a single research mission: building the perceptual and navigational foundations for robots that operate reliably in human environments.<\/p>\n<p>The lab&#8217;s most practically significant contribution in the slate is a navigation result that upends a common assumption about deploying AI-powered robots: that doing so requires expensive fine-tuning of large vision models. A paper by Steeven Janny, Leonid Antsfeld, and Christian Wolf demonstrates that extracting a single scalar value per image patch from a frozen, pre-trained Vision Transformer is sufficient to navigate a physical robot through real-world environments at speed. The <a href=\"https:\/\/arxiv.org\/abs\/2606.21216\" rel=\"nofollow noopener\" target=\"_blank\">scalar-per-patch navigation paper<\/a> shows the model is never retrained; only a minimal downstream layer learns. That is a meaningful structural change in the economics of embodied AI: it suggests the barrier to deploying high-quality robot vision is lower than the frontier-compute narrative implies.<\/p>\n<p>ECCV is the 19th edition of the premier biennial European computer vision conference, run by the European Computer Vision Association. <a href=\"https:\/\/www.bohrium.com\/en\/blog\/eccv-2026\/\" rel=\"nofollow noopener\" target=\"_blank\">ECCV 2026 statistics<\/a> show the conference received approximately 10,473 submissions, with roughly 2,883 papers accepted at an estimated 27.5% acceptance rate. The conference is consistently ranked among the top three venues in computer vision globally, alongside CVPR and ICCV. Building on the roughly 6,700 attendees from 64 countries who attended ECCV 2024 in Milan, the <a href=\"https:\/\/eccv.ecva.net\/Conferences\/2026\/Expo\" rel=\"nofollow noopener\" target=\"_blank\">2026 Malm\u00f6 edition is expected<\/a> to draw comparable international participation.<\/p>\n<p>Lab Built for Embodied Intelligence<\/p>\n<p>NAVER Labs Europe traces its lineage to Xerox Research Centre Europe (XRCE), which NAVER acquired in 2017 and rebranded as its European AI and robotics research division. Its research centers on what it calls &#8220;embodied intelligence&#8221; \u2014 AI systems that perceive, reason about, and navigate real-world 3D environments rather than operating purely on text or images in isolation. More detail on the lab&#8217;s founding and mission can be found on its <a href=\"https:\/\/europe.naverlabs.com\/about\/\" rel=\"nofollow noopener\" target=\"_blank\">official lab about page<\/a>.<\/p>\n<p>The lab&#8217;s prior work includes DUSt3R (published at CVPR 2024) and MASt3R (published at ECCV 2024), a family of transformer-based 3D foundation models that unified tasks such as depth estimation, camera pose recovery, and 3D reconstruction into single models operating without camera calibration. The <a href=\"https:\/\/europe.naverlabs.com\/research\/3d-foundation-models\/\" rel=\"nofollow noopener\" target=\"_blank\">3D foundation models research page<\/a> and the <a href=\"https:\/\/europe.naverlabs.com\/blog\/mast3r-matching-and-stereo-3d-reconstruction\/\" rel=\"nofollow noopener\" target=\"_blank\">MASt3R blog post<\/a> describe how those models attracted wide attention in the computer vision community and spawned a family of extensions and applications. The ECCV 2026 papers continue and diversify that research agenda.<\/p>\n<p>The research has a direct commercial outlet: NAVER&#8217;s parent company operates the 1784 building in Seongnam, South Korea, recognized as the world&#8217;s first purpose-built robot-friendly high-rise, where roughly 110 autonomous Rookie delivery robots navigate 5G-connected floors using the ARC (AI, Robot, Cloud) system. A detailed look at the building and its Rookie fleet is available at <a href=\"https:\/\/www.freethink.com\/robots-ai\/1784-naver-labs\" rel=\"nofollow noopener\" target=\"_blank\">Freethink&#8217;s 1784 feature<\/a>. In July 2026, NAVER deployed Rookie robots and its ARC Brain multi-robot control system at Tokyo Midtown Yaesu in Japan \u2014 the first time the technology developed at 1784 has been commercially deployed for an overseas client. The <a href=\"https:\/\/en.sedaily.com\/technology\/2026\/07\/26\/naver-ai-powers-tokyo-building-in-first-smart-building-tech\" rel=\"nofollow noopener\" target=\"_blank\">Seoul Economic Daily covered the deployment<\/a> at the time of announcement. Several of the ECCV 2026 papers \u2014 including the ViT navigation work and Multi-HMR 2 \u2014 address exactly the capabilities such deployed systems require.<\/p>\n<p>3D Reconstruction: BLASt3R and the Autoregressive Frontier<\/p>\n<p>The largest cluster of ECCV 2026 contributions addresses 3D scene understanding and generation.<\/p>\n<p>BLASt3R (Bundle Adjustment of Any Image Set with Multi-view Matching and Monocular Priors), by Vincent Leroy, Philippe Weinzaepfel, Lojze Zust, Yohann Cabon, and Jerome Revaud, tackles a long-standing difficulty in 3D vision: reliably aligning arbitrary sets of images into a coherent 3D model when the cameras are uncalibrated and the imaging conditions are uncontrolled. Traditional Structure from Motion pipelines require explicit feature matching (typically SIFT keypoints), geometric validation, and iterative bundle adjustment \u2014 a pipeline sensitive to calibration quality and viewpoint variation. BLASt3R sidesteps these constraints by fusing multi-view matching cues learned by a transformer with monocular geometric priors that let the system reason about depth from a single viewpoint when multi-view data is ambiguous. The <a href=\"https:\/\/europe.naverlabs.com\/research\/publications\/blast3r-bundle-adjustment-of-any-image-set-with-multi-view-matching-and-monocular-priors\/\" rel=\"nofollow noopener\" target=\"_blank\">BLASt3R research publication<\/a> extends the DUSt3R\/MASt3R line of 3D foundation models into an integrated bundle adjustment solution for unconstrained image collections.<\/p>\n<p>The second major 3D contribution takes a generative approach. Autoregressive 3D Scene Generation from Multi-view Data, by Thomas Lucas, Maxime Pietrantoni, Wonjune Cho, Bardienus Pieter Duisterhof, Philippe Weinzaepfel, Vincent Leroy, and Jerome Revaud, trains a model to generate 3D scenes token-by-token, conditioned on multi-view observations. The <a href=\"https:\/\/europe.naverlabs.com\/research\/publications\/autoregressive-3d-scene-generation-from-multi-view-data-2\/\" rel=\"nofollow noopener\" target=\"_blank\">autoregressive scene generation paper<\/a> positions 3D generation alongside the LLM-style autoregressive generation that has transformed natural language processing \u2014 with direct implications for robotics simulation environments, AR\/VR content pipelines, and synthetic training data production. Rather than reconstructing a scene passively from images, this approach treats 3D generation as an active, sequential prediction task.<\/p>\n<p>Rounding out the 3D cluster is Syn4D, by Zeren Jiang and collaborators from Oxford, which contributes a large-scale multiview synthetic 4D dataset. The <a href=\"https:\/\/jzr99.github.io\/Syn4D\/\" rel=\"nofollow noopener\" target=\"_blank\">Syn4D project page<\/a> describes how four-dimensional datasets \u2014 capturing both spatial structure and temporal dynamics \u2014 are notoriously difficult and expensive to collect from the real world. A high-scale synthetic alternative could unlock the next generation of dynamic scene understanding models, which currently face a data scarcity bottleneck.<\/p>\n<p>Why One Scalar Per Patch Changes Robot Navigation Economics<\/p>\n<p>The most technically striking paper in the NAVER Labs Europe slate is also among its least visually impressive to describe: extracting a single scalar value from each image patch in a pre-trained, frozen Vision Transformer, then using those scalars to train a navigation policy for a physical robot.<\/p>\n<p>&#8220;A Scalar Per Patch from Pre-trained ViTs Enables Fast Moving Navigation in the Real World,&#8221; by Steeven Janny, Leonid Antsfeld, and Christian Wolf, rests on a result that the computer vision community has been building toward: that Vision Transformers pre-trained at scale encode rich spatial and semantic representations in their per-patch features \u2014 representations so dense that a minimal projection of them is sufficient for downstream tasks. The <a href=\"https:\/\/arxiv.org\/abs\/2606.21216\" rel=\"nofollow noopener\" target=\"_blank\">full arXiv navigation paper<\/a> demonstrates this for real-world robot navigation specifically: a &#8220;Pure Attention Projection&#8221; extracts an interpretable affordance map from frozen ViT patch features, the robot&#8217;s navigation policy is trained with reinforcement learning on top of that map, and the system navigates physical environments at speed.<\/p>\n<p>The architectural constraint \u2014 the ViT encoder is kept frozen throughout \u2014 is the paper&#8217;s defining feature from a deployment standpoint. Fine-tuning a large Vision Transformer for each new environment or task requires substantial compute and engineering time. Bypassing that requirement entirely and relying on frozen features with a lightweight learned head suggests that high-quality embodied AI navigation can be built on top of general-purpose vision foundation models without the resource investments that frontier AI labs command. Christian Wolf, one of the paper&#8217;s authors, delivered a keynote at the International Computer Vision Summer School in July 2026 on &#8220;Spatial AI: Perception, Memory and Behavior in End-to-End Trained Robotic Navigation&#8221; \u2014 a signal that the lab views this research direction as a central contribution to the field. More on NAVER Labs Europe&#8217;s keynote appearances is available on its <a href=\"https:\/\/europe.naverlabs.com\/about\/\" rel=\"nofollow noopener\" target=\"_blank\">research and events pages<\/a>.<\/p>\n<p>Tracking People, Tracking Objects: Egocentric and Human Vision<\/p>\n<p>Two tracks within the portfolio address how robots and AI systems understand the humans and objects they share space with.<\/p>\n<p>Whareformer \u2014 &#8220;Learning to Track What Is Where in Long Egocentric Videos&#8221; \u2014 by Jacob Chalk, Saptarshi Sinha, Dima Damen, Yannis Kalantidis, and Diane Larlus, attacks the specific challenge of persistent object tracking in continuous, first-person camera streams. The <a href=\"https:\/\/jacobchalk.github.io\/Whareformer\/\" rel=\"nofollow noopener\" target=\"_blank\">Whareformer project page<\/a> explains how egocentric video from head-mounted or robot-mounted cameras features frequent occlusions, abrupt camera motion, and long intervals between scene revisits \u2014 making it far harder to maintain object identity over time than in curated benchmark footage. Whareformer introduces a transformer architecture specifically designed for this setting, with architecture choices that prioritize temporal consistency across the discontinuities typical of real-world deployment.<\/p>\n<p>On the human understanding side, Multi-HMR 2 (Multi-Person Camera-Centric Human Detection, Mesh Recovery and Tracking), by Gu\u00e9nol\u00e9 Fiche, Philippe Weinzaepfel, Romain Br\u00e9gier, and Fabien Baradel, advances the lab&#8217;s prior Multi-HMR framework into a unified one-stage system. The <a href=\"https:\/\/arxiv.org\/abs\/2606.14841v1\" rel=\"nofollow noopener\" target=\"_blank\">Multi-HMR 2 arXiv preprint<\/a> and <a href=\"https:\/\/europe.naverlabs.com\/blog\/multi-hmr-2-a-unified-framework-for-human-centered-scene-understanding\/\" rel=\"nofollow noopener\" target=\"_blank\">accompanying blog post<\/a> describe how the system uses a DETR-based detector to identify and simultaneously recover the 3D body meshes of all people in a scene \u2014 placing each mesh in camera-centric metric space, meaning the system knows not just the body shape but the precise distance and location of each person relative to the camera. It then extends to tracking by distilling image-based memory features from SAM2, achieving consistent identity association across video frames despite being trained only on still images. Prior human mesh recovery methods focused on pelvis-centered (root-relative) output, which tells the system where a body is relative to itself, not where it is in the world. Camera-centric output is what a robot actually needs to navigate around people or hand something to a specific individual.<\/p>\n<p>Multi-HMR 2 is built on top of the lab&#8217;s open-source Anny parametric body model, which was designed to generalize across ages (infants to elders), body types, and proportions \u2014 a critical inclusivity design decision for systems intended to operate in real public spaces.<\/p>\n<p>Efficiency at Scale: Distillation and Model Merging<\/p>\n<p>Two papers address a challenge that becomes more pressing as AI systems grow larger: building capable, efficient models without retraining everything from scratch for every new task.<\/p>\n<p>IDeaL (Data-Free Multi-Teacher Distillation via Improved Dead Leaves), by Feyza Yavuz, Mert B\u00fclent Sar\u0131y\u0131ld\u0131z, and Diane Larlus, targets the training of compact universal visual encoders when the original training data is unavailable \u2014 due to privacy constraints, proprietary restrictions, or the sheer scale of original datasets. The <a href=\"https:\/\/europe.naverlabs.com\/research\/publications\/ideal-data-free-multi-teacher-distillation-via-improved-dead-leaves\/\" rel=\"nofollow noopener\" target=\"_blank\">IDeaL research paper<\/a> describes how the approach uses an improved &#8220;dead leaves&#8221; synthetic image generator \u2014 a probabilistic model that produces images mimicking natural image statistics through layered overlapping shapes \u2014 to generate training signals for a student model learning from multiple specialist teacher models simultaneously. Eliminating the need for real training data while preserving multi-teacher distillation quality opens the technique to settings where data access would otherwise block the approach entirely.<\/p>\n<p>Task Alignment: A Simple Proxy for Practical Model Merging Across Diverse Vision Tasks, by Pau de Jorge, C\u00e9sar Roberto de Souza, Bj\u00f6rn Michele, Mert B\u00fclent Sar\u0131y\u0131ld\u0131z, Philippe Weinzaepfel, Florent Perronnin, Diane Larlus, and Yannis Kalantidis, addresses the growing interest in combining independently trained models into a single system. The <a href=\"https:\/\/europe.naverlabs.com\/research\/publications\/task-alignment-a-simple-proxy-for-practical-model-merging-across-diverse-vision-task\/\" rel=\"nofollow noopener\" target=\"_blank\">task alignment paper<\/a> and <a href=\"https:\/\/aiweekly.co\/alerts\/naver-labs-proposes-task-alignment-proxy-for-vision-merging\" rel=\"nofollow noopener\" target=\"_blank\">coverage by AI Weekly<\/a> describe the core engineering problem: finding good hyperparameters for a model merge requires evaluating many candidate configurations, and each evaluation typically requires training a task-specific decoder \u2014 which is expensive when the tasks have heterogeneous output formats. The paper proposes a task alignment proxy score that predicts which merge configurations will succeed without training those decoders, reducing hyperparameter search cost by orders of magnitude.<\/p>\n<p>3D Human Body Modeling: Anny Grows Up<\/p>\n<p>Alongside Multi-HMR 2, a second paper deepens the lab&#8217;s work on 3D human body representation. Human Mesh Modeling for Anny Body, by Romain Br\u00e9gier and colleagues, strengthens the technical foundations of the Anny parametric body model that Multi-HMR 2 also uses. The <a href=\"https:\/\/arxiv.org\/abs\/2511.03589\" rel=\"nofollow noopener\" target=\"_blank\">Anny Body arXiv preprint<\/a> and <a href=\"https:\/\/europe.naverlabs.com\/blog\/anny-a-free-to-use-3d-human-parametric-model-for-all-ages\/\" rel=\"nofollow noopener\" target=\"_blank\">Anny blog post<\/a> explain that Anny was released as a free, open-source alternative to proprietary body mesh models, with explicit design for inclusivity across age ranges. The ECCV 2026 paper delivers the peer-reviewed technical account of that framework&#8217;s modeling choices. An interactive demo is publicly accessible.<\/p>\n<p>Is the AI Map of Your Location Really Private?<\/p>\n<p>The final paper in the collection turns from capability to security. Vulnerability of Privacy-Preserving Visual Localization Methods Against Diffusion-Based Attacks, by Maxime Pietrantoni, Torsten Sattler, and Gabriela Csurka, examines whether diffusion models \u2014 now widely accessible as open-source tools \u2014 can be used to reverse-engineer the underlying scene geometry from what were supposed to be privacy-safe maps. The <a href=\"https:\/\/europe.naverlabs.com\/research\/publications\/vulnerability-of-privacy-preserving-visual-localization-against-diffusion-based-attacks\/\" rel=\"nofollow noopener\" target=\"_blank\">privacy-preserving localization paper<\/a> describes how these obfuscated representations are designed to prevent surveillance reconstruction.<\/p>\n<p>Visual localization is the process of determining where a camera is positioned within a known 3D map \u2014 it is the backbone of augmented reality navigation, robotics deployment, and location-based services. Privacy-preserving variants of visual localization replace raw scene geometry with obfuscated representations specifically so that real-world images cannot be reconstructed from the map and used to surveil building interiors or private spaces. The concern this paper raises is that diffusion models, trained on internet-scale image distributions, can infer likely visual content from partial geometric cues with enough accuracy to undermine those protections. As visual localization moves into consumer-facing AR applications, the security implications of that finding reach well beyond robotics labs.<\/p>\n<p>Conference Activities Beyond the Papers<\/p>\n<p>Researcher Diane Larlus will co-organize the first <a href=\"https:\/\/phys-ai-workshop.github.io\/eccv26\/\" rel=\"nofollow noopener\" target=\"_blank\">Physical AI workshop at ECCV<\/a> at ECCV 2026 \u2014 a new forum for research on AI systems that interact with the physical world rather than purely digital environments. Four NAVER Labs Europe researchers \u2014 Yohann Cabon, Gabriela Csurka, Florent Perronnin, and Mert B\u00fclent Sar\u0131y\u0131ld\u0131z \u2014 were named <a href=\"https:\/\/eccv.ecva.net\/Conferences\/2026\/ProgramCommittee#outstanding-reviewer\" rel=\"nofollow noopener\" target=\"_blank\">ECCV 2026 outstanding reviewers<\/a> by the ECCV 2026 program committee.<\/p>\n<p>Why ECCV 2026 Is Worth Watching for Robotics<\/p>\n<p>The breadth of the NAVER Labs Europe ECCV 2026 slate reflects a deliberate research architecture: the lab is building perception from multiple directions simultaneously \u2014 3D reconstruction, generative scene modeling, human body understanding, egocentric tracking \u2014 with the explicit goal of eventually powering robots that can operate reliably in spaces alongside people.<\/p>\n<p>The Tokyo Midtown Yaesu deployment, reported in late July 2026, illustrates how close that pipeline is to real-world commercial output. Technologies developed and stress-tested at NAVER&#8217;s 1784 headquarters in Seongnam \u2014 the 500-billion-won (approximately $352 million) robot-friendly high-rise \u2014 are now operating in a commercial building in Tokyo. The gap between ECCV 2026 paper and deployed robot is not a decade \u2014 it is a product cycle.<\/p>\n<p>Frequently Asked QuestionsWhat is ECCV 2026 and why does it matter for robotics?<\/p>\n<p>ECCV \u2014 the European Conference on Computer Vision \u2014 is the 19th edition of one of the three most prestigious computer vision venues in the world, alongside CVPR and ICCV. The 2026 edition will take place September 8\u201312 in Malm\u00f6, Sweden, and is expected to draw roughly 6,700 attendees. It matters for robotics because computer vision and robotics research are converging: the 3D perception, scene reconstruction, and human understanding techniques debated at ECCV are the same capabilities robot systems require to operate in real environments. A lab with ten accepted papers at a conference of this caliber is contributing at the frontier of that convergence.<\/p>\n<p>How does the scalar-per-patch Vision Transformer navigation method actually work?<\/p>\n<p>A Vision Transformer divides each camera image into fixed-size patches (small image tiles), processes them through self-attention layers, and outputs a feature vector for each patch. The scalar-per-patch method extracts a single number from each of those feature vectors \u2014 a minimal &#8220;affordance&#8221; signal indicating navigability \u2014 and feeds those scalars to a reinforcement-learning-trained navigation policy. The critical detail is that the Vision Transformer is frozen: its weights are never updated for the navigation task. The model learns only the lightweight projection from Vision Transformer patch features to navigation scalars, which is far cheaper than fine-tuning the full model. The result is a real-world robot navigation system built on top of an unmodified general-purpose vision model.<\/p>\n<p>What is BLASt3R and how does it relate to DUSt3R and MASt3R?<\/p>\n<p>DUSt3R (published CVPR 2024) replaced classical Structure from Motion pipelines by using a transformer to predict 3D point maps from image pairs without requiring camera calibration. MASt3R (ECCV 2024) extended DUSt3R by adding a matching head for dense correspondences, enabling use with thousands of images. BLASt3R (ECCV 2026) is the next step in that lineage: it combines multi-view matching cues learned across image pairs with monocular geometric priors \u2014 single-view depth reasoning \u2014 to achieve accurate bundle adjustment on arbitrary, uncalibrated image sets. The progression represents three successive ECCV\/CVPR cycles of the same lab systematically eliminating the constraints that made 3D reconstruction brittle in real-world conditions.<\/p>\n<p>What security risk does the privacy-preserving localization paper reveal?<\/p>\n<p>Privacy-preserving visual localization methods protect sensitive scene geometry by encoding 3D maps in obfuscated forms \u2014 so that a party with access to the map cannot reconstruct the original scene images and use them for surveillance. The NAVER Labs Europe ECCV 2026 paper finds that diffusion models, which can generate photorealistic images by inferring likely visual content from partial cues, are capable of attacking these obfuscated maps and recovering approximations of the underlying scenes. This is particularly relevant as visual localization technology moves into consumer AR applications, where the maps involved may cover private spaces such as building interiors, homes, and offices.<\/p>\n","protected":false},"excerpt":{"rendered":"NAVER Labs Europe, the Grenoble, France-based AI and robotics research arm of South Korea&#8217;s internet giant NAVER, will&hellip;\n","protected":false},"author":2,"featured_media":112423,"comment_status":"","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[623],"tags":[57773,21840,57770,57774,657,34601,57772,57771],"class_list":["post-112422","post","type-post","status-publish","format-standard","has-post-thumbnail","category-naver","tag-3d-reconstruction","tag-computer-vision","tag-eccv-2026","tag-embodied-ai","tag-naver","tag-naver-labs-europe","tag-robot-navigation","tag-vision-transformer"],"_links":{"self":[{"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/posts\/112422","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/comments?post=112422"}],"version-history":[{"count":0,"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/posts\/112422\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/media\/112423"}],"wp:attachment":[{"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/media?parent=112422"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/categories?post=112422"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.europesays.com\/korea\/wp-json\/wp\/v2\/tags?post=112422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}